forked from FOSS/BangleApps
[Rebble] Fix build issues
parent
7b8762b5ce
commit
3bce4cfb75
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
|
|
@ -45,7 +45,7 @@
|
|||
save();
|
||||
showMenu();
|
||||
}
|
||||
}
|
||||
},
|
||||
'Auto Cycle': {
|
||||
value: localSettings.autoCycle,
|
||||
onchange: (v) => {
|
||||
|
|
Loading…
Reference in New Issue