Skip to content

Commit

Permalink
bugfix: Save to slot would not show warning dialogs (fixes #1581)
Browse files Browse the repository at this point in the history
  • Loading branch information
midwan committed Jan 10, 2025
1 parent a0c0e27 commit 9b9cbc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/osdep/gui/PanelSavestate.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ class SavestateActionListener : public gcn::ActionListener

if (!unsafe || unsafe_confirmed)
{
savestate_initsave(savestate_fname, 1, true, true);
savestate_initsave(savestate_fname, 1, false, true);
save_state(savestate_fname, "...");
if (create_screenshot())
save_thumb(screenshot_filename);
Expand Down

0 comments on commit 9b9cbc3

Please sign in to comment.