Update pebble.app.js

master
sir-indy 2022-03-30 20:52:13 +01:00 committed by GitHub
parent 75eadb66a5
commit d356735bf2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -10,6 +10,7 @@ Graphics.prototype.setFontLECO1976Regular22 = function(scale) {
const SETTINGS_FILE = "pebble.json";
let settings;
let theme;
function loadSettings() {
settings = require("Storage").readJSON(SETTINGS_FILE,1)|| {'bg': '#0f0', 'color': 'Green', 'theme':'System', 'showlock':false};