Minor fix
- Fixed a bug causing the layout not to show when started by the updater
This commit is contained in:
parent
9dda863552
commit
f9c35eb9eb
@ -63,7 +63,7 @@ public class Main extends Application {
|
|||||||
});
|
});
|
||||||
t1.setDaemon(true);
|
t1.setDaemon(true);
|
||||||
t1.start();
|
t1.start();
|
||||||
}
|
} else primaryStage.show();
|
||||||
|
|
||||||
primaryStage.initStyle(StageStyle.UNDECORATED); // Remove ugly trash
|
primaryStage.initStyle(StageStyle.UNDECORATED); // Remove ugly trash
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user