diff --git a/src/frontend-common/common_host_interface.cpp b/src/frontend-common/common_host_interface.cpp index 522e8dbea..55a36f608 100644 --- a/src/frontend-common/common_host_interface.cpp +++ b/src/frontend-common/common_host_interface.cpp @@ -1789,7 +1789,7 @@ void CommonHostInterface::RegisterGeneralHotkeys() { RegisterHotkey(StaticString(TRANSLATABLE("Hotkeys", "General")), StaticString("OpenQuickMenu"), TRANSLATABLE("Hotkeys", "Open Quick Menu"), [this](bool pressed) { - if (!pressed && m_fullscreen_ui_enabled) + if (pressed && m_fullscreen_ui_enabled) FullscreenUI::OpenQuickMenu(); });