Move items from Debug tab in advanced settings to other tabs to avoid acidentally setting it,

reseting most of them by renaming.
This commit is contained in:
Jindra Petřík
2016-02-19 16:52:44 +01:00
parent cbfb11452b
commit 85c252e724
15 changed files with 129 additions and 153 deletions
+1 -1
View File
@@ -1825,7 +1825,7 @@ public class Main {
}
AppStrings.setResourceClass(MainFrame.class);
initLogging(Configuration.debugMode.get());
initLogging(Configuration._debugMode.get());
initLang();
if (Configuration.cacheOnDisk.get()) {