We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b71239 commit ea513c7Copy full SHA for ea513c7
pom.xml
@@ -4,7 +4,7 @@
4
5
<groupId>com.javadeobfuscator</groupId>
6
<artifactId>deobfuscator-gui</artifactId>
7
- <version>4.2</version>
+ <version>4.2.1</version>
8
9
<name>deobfuscator-gui</name>
10
<description>UI front-end for deobfuscator</description>
src/java/com/javadeobfuscator/deobfuscator/ui/SwingWindow.java
@@ -101,6 +101,7 @@ public void run()
101
initJFX();
102
}
103
};
104
+ jfxInitThread.start();
105
GuiConfig.read();
106
ensureSwingLafLoaded();
107
if (GuiConfig.isDarkLaf())
0 commit comments