iconlaunch - Only load widgets if not already there

pull/2156/head
Martin Boonk 2022-09-27 20:58:52 +02:00
parent 5fb32eb29a
commit f354aff2f7
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@
setWatch(returnToClock, BTN1); setWatch(returnToClock, BTN1);
if (!settings.fullscreen) { if (!settings.fullscreen) {
Bangle.loadWidgets(); if (!global.WIDGETS) Bangle.loadWidgets();
Bangle.drawWidgets(); Bangle.drawWidgets();
} }