Update app.js

pull/1150/head^2
Danny 2021-12-26 03:17:31 +01:00
parent bc76b3d6b2
commit cc4ab8ff74
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
const locale = require("locale");
const is12Hour = (require("Storage").readJSON("setting.json", 1) || {})["12hour"];
const CFG = require('Storage').readJSON("ffcniftya.json", true) || {showWeek: true};
const CFG = require('Storage').readJSON("ffcniftya.json", 1) || {showWeek: true};
/* Clock *********************************************/
const scale = g.getWidth() / 176;