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