Minor fix

- Fixed a bug causing the layout not to show when started by the updater
This commit is contained in:
Gabriel Tofvesson 2016-11-14 19:51:03 +01:00
parent 9dda863552
commit f9c35eb9eb

View File

@ -63,7 +63,7 @@ public class Main extends Application {
});
t1.setDaemon(true);
t1.start();
}
} else primaryStage.show();
primaryStage.initStyle(StageStyle.UNDECORATED); // Remove ugly trash