mirror of
https://github.com/developersu/ns-usbloader.git
synced 2025-05-13 06:34:43 -04:00
Add version to window header.
This commit is contained in:
parent
c1d5b72b08
commit
387f3d0835
2 changed files with 1 additions and 2 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue