Add opds image download

This commit is contained in:
jpirnay
2026-05-10 20:47:35 +02:00
parent c4b94737fd
commit 80eb889256
8 changed files with 100 additions and 28 deletions
+4 -1
View File
@@ -14,7 +14,10 @@ int ButtonEventManager::buttonToIndex(const Button button) {
return -1;
}
bool ButtonEventManager::hasDoubleAction(const Button button) {
bool ButtonEventManager::hasDoubleAction(const Button button) const {
if (forcedDoubleMask & (1 << static_cast<int>(button))) {
return true;
}
using BA = CrossPointSettings::BUTTON_ACTION;
switch (button) {
case Button::Back: