Skip to content

Commit

Permalink
version 4.2.1: Fix jfx init not being called
Browse files Browse the repository at this point in the history
  • Loading branch information
Janmm14 committed Dec 1, 2022
1 parent 9b71239 commit ea513c7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>com.javadeobfuscator</groupId>
<artifactId>deobfuscator-gui</artifactId>
<version>4.2</version>
<version>4.2.1</version>

<name>deobfuscator-gui</name>
<description>UI front-end for deobfuscator</description>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ public void run()
initJFX();
}
};
jfxInitThread.start();
GuiConfig.read();
ensureSwingLafLoaded();
if (GuiConfig.isDarkLaf())
Expand Down

0 comments on commit ea513c7

Please sign in to comment.