Spark: remove new Spark() instance that is probably was added by a mistake

This commit is contained in:
Sergey Ponomarev
2026-04-04 13:34:55 +03:00
parent 27f44d257c
commit 78f82efb73

View File

@ -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();