We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 276079e commit 1c4b3caCopy full SHA for 1c4b3ca
1 file changed
src/main/java/com/xwintop/xJavaFxTool/Main.java
@@ -65,6 +65,7 @@ public void start(Stage primaryStage) throws Exception {
65
66
StageUtils.loadPrimaryStageBound(primaryStage);
67
primaryStage.show();
68
+ StageUtils.updateStageStyle(primaryStage);
69
}
70
71
private void loadNewUI(Stage primaryStage) {
@@ -85,8 +86,6 @@ private void loadClassicUI(Stage primaryStage) throws IOException {
85
86
87
Scene scene = JavaFxViewUtil.getJFXDecoratorScene(decorator);
88
primaryStage.setScene(scene);
-
89
- StageUtils.updateStageStyle(primaryStage);
90
91
92
private void confirmExit(Event event) {
0 commit comments