Skip to content

Commit

Permalink
Merge pull request #13530 from uckelman/save-recents
Browse files Browse the repository at this point in the history
Add saved games to Open Recent list on save
  • Loading branch information
uckelman authored Aug 16, 2024
2 parents 6e913ec + da5ef12 commit 30360e3
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1406,6 +1406,7 @@ public void saveGame(File f) throws IOException {
}
GameModule.getGameModule().warn(msg);
ModuleManagerUpdateHelper.sendGameUpdate(f);
updateRecentGames(f);
}

public void loadGameInForeground(final File f) {
Expand Down

0 comments on commit 30360e3

Please sign in to comment.