iconlaunch - Update readme

pull/2171/head
Martin Boonk 2022-10-13 22:26:09 +02:00
parent f3118e8fe0
commit 10e8062a08
1 changed files with 4 additions and 0 deletions

View File

@ -10,3 +10,7 @@ This launcher shows 9 apps per screen, making it much faster to navigate versus
## Technical note
The app uses `E.showScroller`'s code in the app but not the function itself because `E.showScroller` doesn't report the position of a press to the select function.
### Fastload option
Fastload clears up the memory used by the launcher and directly evals the code of the app to load. This means if widgets are loaded (fullscreen option) it is possible that widgets stay loaded in apps not expecting that and the widgets may draw over the app.