hotfix
parent
3beaab82ce
commit
0c1499253d
|
|
@ -24,6 +24,7 @@ let settings;
|
||||||
|
|
||||||
function loadSettings() {
|
function loadSettings() {
|
||||||
settings = storage.readJSON(SETTINGS_FILE, 1) || {};
|
settings = storage.readJSON(SETTINGS_FILE, 1) || {};
|
||||||
|
}
|
||||||
|
|
||||||
function changecolor() {
|
function changecolor() {
|
||||||
const colors = {
|
const colors = {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue