mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-04-30 12:35:42 -04:00
CommonHostInterface: Remove Rewind hotkey on Android
It's not enablable in the UI anywhere.
This commit is contained in:
parent
2446e945a7
commit
5f6fce9d98
@ -1676,6 +1676,7 @@ void CommonHostInterface::RegisterGeneralHotkeys()
|
|||||||
DoFrameStep();
|
DoFrameStep();
|
||||||
});
|
});
|
||||||
|
|
||||||
|
#ifndef __ANDROID__
|
||||||
RegisterHotkey(StaticString(TRANSLATABLE("Hotkeys", "General")), StaticString("Rewind"),
|
RegisterHotkey(StaticString(TRANSLATABLE("Hotkeys", "General")), StaticString("Rewind"),
|
||||||
StaticString(TRANSLATABLE("Hotkeys", "Rewind")), [this](bool pressed) {
|
StaticString(TRANSLATABLE("Hotkeys", "Rewind")), [this](bool pressed) {
|
||||||
if (System::IsValid())
|
if (System::IsValid())
|
||||||
@ -1686,6 +1687,7 @@ void CommonHostInterface::RegisterGeneralHotkeys()
|
|||||||
System::SetRewinding(pressed);
|
System::SetRewinding(pressed);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
void CommonHostInterface::RegisterGraphicsHotkeys()
|
void CommonHostInterface::RegisterGraphicsHotkeys()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user