Fix temporary setup and format

This commit is contained in:
smartfrigde 2022-03-05 18:04:27 +01:00
parent 46f91276c2
commit 2f01b26339
2 changed files with 2 additions and 2 deletions

View file

@ -51,7 +51,7 @@ export function setup() {
"settings",
{
...defaults,
doneSetup: true
doneSetup: false
},
function (error) {
if (error) throw error;