mirror of https://github.com/espruino/BangleApps
Fixed wrong filename in settings
parent
455182a384
commit
a2314def61
|
@ -1,5 +1,5 @@
|
|||
(function (back) {
|
||||
const SAVEFILE = "wpbgjs.settings.json";
|
||||
const SAVEFILE = "widbgjs.settings.json";
|
||||
|
||||
// initialize with default settings...
|
||||
let s = {
|
||||
|
|
Loading…
Reference in New Issue