imageclock - Disable auto hide of widgets

pull/2351/head
Martin Boonk 2022-12-04 18:52:43 +01:00
parent 141eb9b90b
commit dba3511e2a
1 changed files with 1 additions and 1 deletions

View File

@ -627,7 +627,7 @@ s.pl = {};
Bangle.drawWidgets = ()=>{};
Bangle.loadWidgets();
Bangle.drawWidgets = orig;
require("widget_utils").swipeOn();
require("widget_utils").swipeOn(0);
Bangle.drawWidgets();
}
}).catch((e)=>{