From 6f8bff566945f32b15c5dedb6a79a7e2c8aa2e17 Mon Sep 17 00:00:00 2001 From: Martin Boonk Date: Fri, 28 Oct 2022 08:16:42 +0200 Subject: [PATCH] quicklaunch - Actually store the hash in settings file --- apps/quicklaunch/boot.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/quicklaunch/boot.js b/apps/quicklaunch/boot.js index 54f261fdf..bc2408e78 100644 --- a/apps/quicklaunch/boot.js +++ b/apps/quicklaunch/boot.js @@ -10,8 +10,8 @@ if (!settings[c]) settings[c] = {"name":"(none)"}; if (!require("Storage").read(settings[c].src)) settings[c] = {"name":"(none)"}; } - require("Storage").write("quicklaunch.json",settings); settings.hash = hash; + require("Storage").write("quicklaunch.json",settings); } Bangle.on("touch", () => {