overlay: make overlay toggle behavior more consistent (#743)

Clean up how various overlay toggle shortcuts work with the main menu
visible.
This commit is contained in:
bicarus
2026-06-07 21:56:06 -07:00
committed by GitHub
parent a54a62d0d7
commit 9651051990
4 changed files with 16 additions and 8 deletions
+1
View File
@@ -202,6 +202,7 @@ namespace overlay {
bool active = false;
bool toggle_down = false;
bool main_menu_down = false;
bool overlay_active_when_main_menu_shown = false;
bool fps_down = false;
bool hotkey_toggle = false;
bool hotkey_toggle_last = false;