diff options
author | Arisotura <thetotalworm@gmail.com> | 2021-07-20 19:30:47 +0200 |
---|---|---|
committer | Arisotura <thetotalworm@gmail.com> | 2021-07-20 19:30:47 +0200 |
commit | ab48461dc58dd10fe9a7983f8d6ba03c6c3e7c01 (patch) | |
tree | 8cbe228dd20384e7fcf6317486a80ec9c68ac155 /src | |
parent | 740071e427b0c6d11fd6cf6a23a20edefcd80c61 (diff) | |
parent | fdb6d226fd0469e2153e5217fe6abed8af603c95 (diff) |
Merge branch 'master' of https://github.com/Arisotura/melonDS
Diffstat (limited to 'src')
-rw-r--r-- | src/frontend/qt_sdl/main.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/frontend/qt_sdl/main.cpp b/src/frontend/qt_sdl/main.cpp index b8b8920..d7751b7 100644 --- a/src/frontend/qt_sdl/main.cpp +++ b/src/frontend/qt_sdl/main.cpp @@ -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 { |