mirror of
https://github.com/igniterealtime/Spark.git
synced 2026-08-18 11:10:02 +00:00
Spark: remove new Spark() instance that is probably was added by a mistake
This commit is contained in:
@ -134,8 +134,6 @@ public final class Spark {
|
||||
// macOS: Show main menu to the top of the window
|
||||
System.setProperty("apple.laf.useScreenMenuBar", "true");
|
||||
|
||||
// Start Application
|
||||
SwingUtilities.invokeLater(Spark::new);
|
||||
installBaseUIProperties();
|
||||
if (Default.getBoolean(Default.CHANGE_COLORS_DISABLED)) {
|
||||
ColorSettingManager.restoreDefault();
|
||||
|
||||
Reference in New Issue
Block a user