mirror of https://github.com/espruino/BangleApps
Enable to user to swipe down/up widgets
parent
11b0f7063b
commit
e52d43cf78
|
@ -93,6 +93,7 @@
|
|||
Bangle.on('lcdPower', onLcd);
|
||||
Bangle.setUI("clock");
|
||||
Bangle.loadWidgets();
|
||||
require("widget_utils").swipeOn();
|
||||
|
||||
// clean app screen
|
||||
g.clear();
|
||||
|
|
Loading…
Reference in New Issue