Skip to content

Commit

Permalink
Window title now doesn't have the pre-release commit
Browse files Browse the repository at this point in the history
  • Loading branch information
rambaut committed Jul 14, 2024
1 parent 1a99f5f commit 0ec11e9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/dr/app/beast/BeastMain.java
Original file line number Diff line number Diff line change
Expand Up @@ -795,7 +795,8 @@ public void uncaughtException(Thread t, Throwable e) {

BeastConsoleApp consoleApp = null;

String nameString = "BEAST X " + version.getVersionString();
// don't include the pre-release commit in the window title bar
String nameString = "BEAST X v" + version.getVersion();

if (window) {
System.setProperty("com.apple.macos.useScreenMenuBar", "true");
Expand Down

0 comments on commit 0ec11e9

Please sign in to comment.