Update title
This commit is contained in:
parent
46c7d80760
commit
85e8550e1b
@ -45,6 +45,7 @@ public class App extends Application {
|
|||||||
|
|
||||||
scene = new Scene(loadFXML("primary"), 800, 600);
|
scene = new Scene(loadFXML("primary"), 800, 600);
|
||||||
stage.setScene(scene);
|
stage.setScene(scene);
|
||||||
|
stage.setTitle("TransferBot");
|
||||||
stage.show();
|
stage.show();
|
||||||
logService.append(Level.INFO, "Initialized");
|
logService.append(Level.INFO, "Initialized");
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user