diff options
| -rw-r--r-- | gui/launcher.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gui/launcher.cpp b/gui/launcher.cpp index f28671dff7..3753f67aeb 100644 --- a/gui/launcher.cpp +++ b/gui/launcher.cpp @@ -646,6 +646,10 @@ void LauncherDialog::addGame() { updateListing(); draw(); } + + // We need to update the buttons here, so "Mass add" will revert to "Add game" + // without any additional event. + updateButtons(); return; } |
