ui: Apply correct snapshot activation action for save menuitem

This commit is contained in:
Antonio Abbatangelo 2023-10-01 02:58:45 -04:00 committed by mborgerson
parent edecb41b97
commit 38950d7e8c

View file

@ -120,7 +120,7 @@ void ShowMainMenu()
}
if (ImGui::MenuItem(save_name, hotkey, false, bound)) {
ActionActivateBoundSnapshot(i, false);
ActionActivateBoundSnapshot(i, true);
}
g_free(hotkey);