master
Gordon Williams 2024-05-21 11:41:55 +01:00
parent ae75c00ba1
commit cb4d14e6b0
1 changed files with 3 additions and 3 deletions

View File

@ -56,7 +56,7 @@ Graphics.prototype.setFontAudiowide = function() {
};
// Show launcher when middle button pressed
Bangle.setUI({mode:"clock", remove:function() { //f ree memory
Bangle.setUI({mode:"clock", remove:function() { // free memory
if (drawTimeout) clearTimeout(drawTimeout);
if (widgetTimeout) clearTimeout(widgetTimeout);
require("widget_utils").show();