mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-10 18:55:46 -04:00
Android: Remove quick menu hotkey
It has its own quick menu hotkey.
This commit is contained in:
@ -1767,11 +1767,13 @@ static void DisplayHotkeyBlockedByChallengeModeMessage()
|
||||
|
||||
void CommonHostInterface::RegisterGeneralHotkeys()
|
||||
{
|
||||
#ifndef __ANDROID__
|
||||
RegisterHotkey(StaticString(TRANSLATABLE("Hotkeys", "General")), StaticString("OpenQuickMenu"),
|
||||
TRANSLATABLE("Hotkeys", "Open Quick Menu"), [this](bool pressed) {
|
||||
if (pressed && m_fullscreen_ui_enabled)
|
||||
FullscreenUI::OpenQuickMenu();
|
||||
});
|
||||
#endif
|
||||
|
||||
RegisterHotkey(StaticString(TRANSLATABLE("Hotkeys", "General")), StaticString("FastForward"),
|
||||
TRANSLATABLE("Hotkeys", "Fast Forward"), [this](bool pressed) { SetFastForwardEnabled(pressed); });
|
||||
|
Reference in New Issue
Block a user