Add version to window header.

master v0.2.3-DEV
Dmitry Isaenko 2019-03-13 06:45:07 +03:00
parent c1d5b72b08
commit 387f3d0835
2 changed files with 1 additions and 2 deletions

View File

@ -181,5 +181,4 @@
</plugin>
</plugins>
</build>
</project>

View File

@ -34,7 +34,7 @@ public class NSLMain extends Application {
new Image(getClass().getResourceAsStream("/res/app_icon128x128.png"))
);
primaryStage.setTitle("NS-USBloader");
primaryStage.setTitle("NS-USBloader "+appVersion);
primaryStage.setMinWidth(600);
primaryStage.setMinHeight(375);
Scene mainScene = new Scene(root, 800, 400);