mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-23 02:25:33 +00:00
Issue #155 Remembering window size and splitbar position between runs
This commit is contained in:
@@ -105,6 +105,10 @@ public class Configuration {
|
||||
}
|
||||
}
|
||||
|
||||
public static boolean containsConfig(String cfg) {
|
||||
return config.containsKey(cfg);
|
||||
}
|
||||
|
||||
public static Object getConfig(String cfg) {
|
||||
return getConfig(cfg, null);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user