1
0
Fork 0

Enabled reading of settings.

master
Stefan Kuehnel 2020-05-23 20:24:10 +02:00
parent e253e9d2c2
commit 8bc72576a0
1 changed files with 2 additions and 2 deletions

View File

@ -5,8 +5,8 @@ const width = g.getWidth() - 2*offset;
const height = g.getHeight() - 2*offset;
const rowHeight = height/4;
//const settings = require("Storage").readJSON("berlin-clock.json", 1);
const show_date = true; // settings.show_date || true;
settings = require("Storage").readJSON("berlin-clock.json", 1);
const show_date = settings.show_date || false;
rowlights = [];