Update title

This commit is contained in:
Andrea Cavalli 2020-10-20 03:00:10 +02:00
parent 46c7d80760
commit 85e8550e1b
1 changed files with 1 additions and 0 deletions

View File

@ -45,6 +45,7 @@ public class App extends Application {
scene = new Scene(loadFXML("primary"), 800, 600);
stage.setScene(scene);
stage.setTitle("TransferBot");
stage.show();
logService.append(Level.INFO, "Initialized");
}