iconlaunch - Remove redundant check

pull/2171/head
Martin Boonk 2022-10-13 22:26:33 +02:00
parent 10e8062a08
commit 58308103c1
1 changed files with 1 additions and 1 deletions

View File

@ -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