mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-04-28 13:45:42 -04:00
Revert "CommonHostInterface: Use key-release to open quick menu"
This reverts commit e0161c3bb2f5e5f4e9d7f9569ba86010899c08c5.
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…
x
Reference in New Issue
Block a user