mirror of
https://github.com/sqlitebrowser/sqlitebrowser.git
synced 2026-05-06 20:09:54 -05:00
Formatting tweak to assist code clarity
This commit is contained in:
+1
-2
@@ -54,8 +54,7 @@ Application::Application(int& argc, char** argv) :
|
||||
ok = m_translatorQt->load("qt_" + name, "translations");
|
||||
if (ok == true)
|
||||
installTranslator(m_translatorQt);
|
||||
}
|
||||
else {
|
||||
} else {
|
||||
// Set the correct locale so that the program won't erroneously detect
|
||||
// a language change when the user toggles settings for the first time.
|
||||
// (it also prevents the program from always looking for a translation on launch)
|
||||
|
||||
Reference in New Issue
Block a user