mirror of https://github.com/espruino/BangleApps
iconlaunch - Remove redundant check
parent
10e8062a08
commit
58308103c1
|
@ -2,7 +2,7 @@
|
|||
const s = require("Storage");
|
||||
const settings = s.readJSON("launch.json", true) || { showClocks: true, fullscreen: false,direct:false,oneClickExit:false };
|
||||
if (!settings.fullscreen) {
|
||||
if (!global.WIDGETS) Bangle.loadWidgets();
|
||||
Bangle.loadWidgets();
|
||||
Bangle.drawWidgets();
|
||||
}
|
||||
var apps = s
|
||||
|
|
Loading…
Reference in New Issue