forked from FOSS/BangleApps
parent
1e60f47fa9
commit
2498881609
|
@ -24,7 +24,6 @@ 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