From 58308103c115f79aa4e173e462472dcb76ac265c Mon Sep 17 00:00:00 2001 From: Martin Boonk Date: Thu, 13 Oct 2022 22:26:33 +0200 Subject: [PATCH] iconlaunch - Remove redundant check --- apps/iconlaunch/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/iconlaunch/app.js b/apps/iconlaunch/app.js index 50c55d155..fd58176db 100644 --- a/apps/iconlaunch/app.js +++ b/apps/iconlaunch/app.js @@ -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