Update pebble.app.js
parent
75eadb66a5
commit
d356735bf2
|
|
@ -10,6 +10,7 @@ Graphics.prototype.setFontLECO1976Regular22 = function(scale) {
|
||||||
|
|
||||||
const SETTINGS_FILE = "pebble.json";
|
const SETTINGS_FILE = "pebble.json";
|
||||||
let settings;
|
let settings;
|
||||||
|
let theme;
|
||||||
|
|
||||||
function loadSettings() {
|
function loadSettings() {
|
||||||
settings = require("Storage").readJSON(SETTINGS_FILE,1)|| {'bg': '#0f0', 'color': 'Green', 'theme':'System', 'showlock':false};
|
settings = require("Storage").readJSON(SETTINGS_FILE,1)|| {'bg': '#0f0', 'color': 'Green', 'theme':'System', 'showlock':false};
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue