Skip to content

Commit

Permalink
Update widget.js
Browse files Browse the repository at this point in the history
  • Loading branch information
miseler authored Jun 4, 2024
1 parent d71cdb6 commit fdcd10f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/widalarmeta/widget.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
drawBell: false,
padHours: true,
showSeconds: 0, // 0=never, 1=only when display is unlocked, 2=for less than a minute
font: 1, // 0=segment style font, 1=teletext font, 2=6x8:1x2
font: 1, // 0=segment style font, 1=teletext font, 2=6x8:1x2, 3=segment wide
}, require("Storage").readJSON("widalarmeta.json",1) || {});

if (config.font == 0 || config.font == 3) {
Expand Down

0 comments on commit fdcd10f

Please sign in to comment.