mirror of https://github.com/espruino/BangleApps
quicklaunch - Actually store the hash in settings file
parent
4e187004a8
commit
6f8bff5669
|
@ -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", () => {
|
||||
|
|
Loading…
Reference in New Issue