Enable to user to swipe down/up widgets

pull/3245/head
Jordi Mas 2024-03-09 20:07:03 +01:00
parent 11b0f7063b
commit e52d43cf78
1 changed files with 1 additions and 0 deletions

View File

@ -93,6 +93,7 @@
Bangle.on('lcdPower', onLcd);
Bangle.setUI("clock");
Bangle.loadWidgets();
require("widget_utils").swipeOn();
// clean app screen
g.clear();