Fixed wrong filename in settings

pull/2577/head
Phil Roggenbuck 2023-02-14 10:52:20 +01:00 committed by GitHub
parent 455182a384
commit a2314def61
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
(function (back) {
const SAVEFILE = "wpbgjs.settings.json";
const SAVEFILE = "widbgjs.settings.json";
// initialize with default settings...
let s = {
@ -51,4 +51,4 @@
},
'< Back': back,
});
});
});