Skip to content

Commit

Permalink
Use the config file for app nname
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin Harrington committed Jul 17, 2024
1 parent 9045f2e commit e5cca37
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -957,7 +957,7 @@ public void onDeviceRemoved(BowlerAbstractDevice arg0) {

public static void setTitle(String title) {
if(title==null)
title="Bowler Studio: v " + StudioBuildInfo.getVersion();
title=StudioBuildInfo.getAppName()+" v " + StudioBuildInfo.getVersion();
if(primaryStage2!=null)
primaryStage2.setTitle(title);
}
Expand Down

0 comments on commit e5cca37

Please sign in to comment.