mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-04-30 08:55:41 -04:00
CommonHostInterface: Remove achievements/leaderboards hotkeys on Android
This commit is contained in:
parent
d9412f9fcd
commit
9027864d3d
@ -2023,7 +2023,7 @@ void CommonHostInterface::RegisterGeneralHotkeys()
|
||||
SaveScreenshot();
|
||||
});
|
||||
|
||||
#ifdef WITH_CHEEVOS
|
||||
#if !defined(__ANDROID__) && defined(WITH_CHEEVOS)
|
||||
RegisterHotkey(StaticString(TRANSLATABLE("Hotkeys", "General")), StaticString("OpenAchievements"),
|
||||
StaticString(TRANSLATABLE("Hotkeys", "Open Achievement List")), [this](bool pressed) {
|
||||
if (pressed && System::IsValid())
|
||||
@ -2049,7 +2049,7 @@ void CommonHostInterface::RegisterGeneralHotkeys()
|
||||
}
|
||||
}
|
||||
});
|
||||
#endif
|
||||
#endif // !defined(__ANDROID__) && defined(WITH_CHEEVOS)
|
||||
}
|
||||
|
||||
void CommonHostInterface::RegisterSystemHotkeys()
|
||||
|
Loading…
x
Reference in New Issue
Block a user