Fixed another bug

master
aaronrolls 2022-08-23 01:04:51 +00:00
parent e81b6a2dac
commit 0f04ba8f67
2 changed files with 2 additions and 0 deletions

View File

@ -51,6 +51,7 @@ var showMainMenu = () => {
var settings = require("Storage").readJSON(FILE, 1) || {
type: 1,
freq: 0,
repeat: 1,
};
return settings;
};

View File

@ -4,6 +4,7 @@
var settings = require("Storage").readJSON(FILE, 1) || {
type: 1,
freq: 0,
repeat: 1,
};
return settings;
};