We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f033d39 commit 41af700Copy full SHA for 41af700
apps/taglaunch/settings.js
@@ -23,7 +23,7 @@
23
24
function showAppList(spot,bk){
25
//make sure cache is present
26
- launchCache=require("Storage").readJSON("taglaunch.cache.json")
+ launchCache=require("Storage").readJSON("taglaunch.cache.json");
27
if (!launchCache || !launchCache.appsByTag) {
28
E.showAlert("Caching apps, returning to launcher","Loading").then(function(v){
29
Bangle.load("taglaunch.app.js");
0 commit comments