I think you have hit an edge case there. Clocks can fastload iconlaunch since it contains loadWidgets, but iconlaunch does not handle the possibility of already loaded widgets in the case of being fastloaded with fullscreen configured. The solution would probably be using widget_utils to hide the widgets if settings.fullscreen = true.
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
I think you have hit an edge case there. Clocks can fastload iconlaunch since it contains
loadWidgets
, but iconlaunch does not handle the possibility of already loaded widgets in the case of being fastloaded with fullscreen configured. The solution would probably be usingwidget_utils
to hide the widgets ifsettings.fullscreen = true
.