diff --git a/apps/launch/ChangeLog b/apps/launch/ChangeLog index 97dac67f6f..dc88c1b3ed 100644 --- a/apps/launch/ChangeLog +++ b/apps/launch/ChangeLog @@ -23,4 +23,7 @@ 0.21: Make the "App source not found" warning less buggy 0.22: Add less padding between launcher items, use new font if available in 2v26+ 0.23: Draw a placeholder screen right at the start to speed up apparent boot time -0.24: Fix Launcher when a custom font from 2v26+ is specified (fix #3787) \ No newline at end of file +0.24: Fix Launcher when a custom font from 2v26+ is specified (fix #3787) + Fix fullscreen when fastloading the launcher. (TODO:fix back btn flicker) + Fix showClocks setting not taking effect by now clearing cache when + changing those settings. \ No newline at end of file diff --git a/apps/launch/app.js b/apps/launch/app.js index 2d1720a6c6..d064f75fca 100644 --- a/apps/launch/app.js +++ b/apps/launch/app.js @@ -22,8 +22,11 @@ let height = 50*scaleval; // Now apps list is loaded - render - if (!settings.fullscreen) + if (!settings.fullscreen) { Bangle.loadWidgets(); + } else if (global.WIDGETS) { + require("widget_utils").hide(); + } let R = Bangle.appRect; g.reset().clearRect(R).setColor("#888"); for (var y=R.y;y