mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-26 13:41:10 +00:00
Issue #427: setLookAndFeel moved to initGui
This commit is contained in:
@@ -528,6 +528,7 @@ public class Main {
|
||||
private static boolean errorState = false;
|
||||
|
||||
private static void initGui() {
|
||||
View.setLookAndFeel();
|
||||
View.execInEventDispatch(new Runnable() {
|
||||
@Override
|
||||
public void run() {
|
||||
@@ -794,8 +795,6 @@ public class Main {
|
||||
|
||||
initLang();
|
||||
|
||||
View.setLookAndFeel();
|
||||
|
||||
if (Configuration.cacheOnDisk.get()) {
|
||||
Cache.setStorageType(Cache.STORAGE_FILES);
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user