Skip to content

Commit

Permalink
set last refresh after restore backup
Browse files Browse the repository at this point in the history
  • Loading branch information
fgl27 committed Oct 25, 2024
1 parent 28b9ceb commit c9812c1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/specific/ScreensObj.js
Original file line number Diff line number Diff line change
Expand Up @@ -319,6 +319,7 @@ function ScreensObj_StartAllVars() {
}

this.loadingData = false;
Screens_SetLastRefresh(this.screen);
},
BackupScreen: function (game) {
if (!this.ScreenBackup) {
Expand Down

0 comments on commit c9812c1

Please sign in to comment.