mirror of
https://github.com/RetroDECK/Duckstation.git
synced 2024-11-23 06:15:38 +00:00
Revert "CommonHostInterface: Use key-release to open quick menu"
This reverts commit e0161c3bb2
.
This commit is contained in:
parent
4e2ee86c1a
commit
3849ec449b
|
@ -1789,7 +1789,7 @@ void CommonHostInterface::RegisterGeneralHotkeys()
|
||||||
{
|
{
|
||||||
RegisterHotkey(StaticString(TRANSLATABLE("Hotkeys", "General")), StaticString("OpenQuickMenu"),
|
RegisterHotkey(StaticString(TRANSLATABLE("Hotkeys", "General")), StaticString("OpenQuickMenu"),
|
||||||
TRANSLATABLE("Hotkeys", "Open Quick Menu"), [this](bool pressed) {
|
TRANSLATABLE("Hotkeys", "Open Quick Menu"), [this](bool pressed) {
|
||||||
if (!pressed && m_fullscreen_ui_enabled)
|
if (pressed && m_fullscreen_ui_enabled)
|
||||||
FullscreenUI::OpenQuickMenu();
|
FullscreenUI::OpenQuickMenu();
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue