mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-12 16:55:46 -04:00
Revert "CommonHostInterface: Use key-release to open quick menu"
This reverts commit e0161c3bb2
.
This commit is contained in:
@ -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();
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user