1
0
Fork 0

0.17: Don't display 'Loading...' now the watch has its own loading screen

master
Gordon Williams 2022-10-20 15:00:07 +01:00
parent 43dc4da5d8
commit 72208c2c06
3 changed files with 2 additions and 2 deletions

View File

@ -16,3 +16,4 @@
0.14: Use default Bangle formatter for booleans
0.15: Support for unload and quick return to the clock on 2v16
0.16: Use a cache of app.info files to speed up loading the launcher
0.17: Don't display 'Loading...' now the watch has its own screen

View File

@ -60,7 +60,6 @@ E.showScroller({
E.showMessage(/*LANG*/"App Source\nNot found");
setTimeout(drawMenu, 2000);
} else {
E.showMessage(/*LANG*/"Loading...");
load(app.src);
}
}

View File

@ -2,7 +2,7 @@
"id": "launch",
"name": "Launcher",
"shortName": "Launcher",
"version": "0.16",
"version": "0.17",
"description": "This is needed to display a menu allowing you to choose your own applications. You can replace this with a customised launcher.",
"readme": "README.md",
"icon": "app.png",