Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/Arisotura/melonDS
Browse files Browse the repository at this point in the history
  • Loading branch information
Arisotura committed Jul 20, 2021
2 parents 740071e + fdb6d22 commit ab48461
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/frontend/qt_sdl/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2206,6 +2206,8 @@ void MainWindow::onLoadState()
if (slot > 0) sprintf(msg, "State loaded from slot %d", slot);
else sprintf(msg, "State loaded from file");
OSD::AddMessage(0, msg);

actUndoStateLoad->setEnabled(true);
}
else
{
Expand Down

0 comments on commit ab48461

Please sign in to comment.