Skip to content

Commit 41af700

Browse files
RKBoss6Copilot
andauthored
Update apps/taglaunch/settings.js
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent f033d39 commit 41af700

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/taglaunch/settings.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
function showAppList(spot,bk){
2525
//make sure cache is present
26-
launchCache=require("Storage").readJSON("taglaunch.cache.json")
26+
launchCache=require("Storage").readJSON("taglaunch.cache.json");
2727
if (!launchCache || !launchCache.appsByTag) {
2828
E.showAlert("Caching apps, returning to launcher","Loading").then(function(v){
2929
Bangle.load("taglaunch.app.js");

0 commit comments

Comments
 (0)