Merge pull request #2278 from thyttan/dtlaunch

[Desktop Launcher] revert Bangle.load to load
pull/2279/head
Gordon Williams 2022-11-15 17:01:36 +00:00 committed by GitHub
commit f969913725
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 2 deletions

View File

@ -21,3 +21,6 @@ back-functionality through setUI, adding the red back button as well. Hardware
button to exit is no longer an option.
0.19: Bangle 2: Utilize new Bangle.load(), Bangle.showClock() functions to
facilitate 'fast switching' of apps where available.
0.20: Bangle 2: Revert use of Bangle.load() to classic load() calls since
widgets would still be loaded when they weren't supposed to.

View File

@ -119,7 +119,7 @@ let touchListenerDt = function(_,p){
if (selected!=i && !settings.direct){
drawIcon(page,selected,false);
} else {
Bangle.load(apps[page*4+i].src);
load(apps[page*4+i].src);
}
}
selected=i;

View File

@ -1,7 +1,7 @@
{
"id": "dtlaunch",
"name": "Desktop Launcher",
"version": "0.19",
"version": "0.20",
"description": "Desktop style App Launcher with six (four for Bangle 2) apps per page - fast access if you have lots of apps installed.",
"screenshots": [{"url":"shot1.png"},{"url":"shot2.png"},{"url":"shot3.png"}],
"icon": "icon.png",