mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-19 20:32:35 +00:00
every configuration setting is configurable on the ui, reset configuration button, show config descriptions
This commit is contained in:
@@ -119,7 +119,7 @@ public class Main {
|
||||
|
||||
public static void setSubLimiter(boolean value) {
|
||||
if (value) {
|
||||
AVM2Code.toSourceLimit = Configuration.SUBLIMITER;
|
||||
AVM2Code.toSourceLimit = Configuration.sublimiter.get();
|
||||
} else {
|
||||
AVM2Code.toSourceLimit = -1;
|
||||
}
|
||||
@@ -786,7 +786,7 @@ public class Main {
|
||||
*/
|
||||
public static void main(String[] args) throws IOException {
|
||||
startFreeMemThread();
|
||||
initLogging(Configuration.debugMode);
|
||||
initLogging(Configuration.debugMode.get());
|
||||
|
||||
initLang();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user