Skip to content

Commit

Permalink
Fix game launcher not updated when manually opening a game
Browse files Browse the repository at this point in the history
  • Loading branch information
Argent77 committed Nov 21, 2024
1 parent e0c4a78 commit 74a188f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/org/infinity/NearInfinity.java
Original file line number Diff line number Diff line change
Expand Up @@ -686,6 +686,7 @@ public void actionPerformed(ActionEvent event) {
ChildFrame.closeWindows();
ResourceTreeModel treemodel = ResourceFactory.getResourceTreeModel();
updateWindowTitle();
updateLauncher();
final String msg = String.format(STATUSBAR_TEXT_FMT, Profile.getProperty(Profile.Key.GET_GAME_TITLE),
Profile.getGameRoot(), Objects.requireNonNull(treemodel).size());
statusBar.setMessage(msg);
Expand Down

0 comments on commit 74a188f

Please sign in to comment.