[Rebble] Fix build issues

pull/3162/head
Hairo 2024-01-21 18:53:59 -04:00
parent 7b8762b5ce
commit 3bce4cfb75
2 changed files with 2 additions and 2 deletions

View File

@ -380,7 +380,7 @@ Graphics.prototype.setFontKdamThmor = function(scale) {
drawTimeout = undefined;
delete Graphics.prototype.setFontKdamThmor;
if (settings.fullScreen)
if (settings.fullScreen) {
Bangle.removeListener('charging',chargingListener);
}
}

View File

@ -45,7 +45,7 @@
save();
showMenu();
}
}
},
'Auto Cycle': {
value: localSettings.autoCycle,
onchange: (v) => {