mirror of https://github.com/espruino/BangleApps
widalarmeta: fix settings
parent
fe6247cc79
commit
957ccc431a
|
@ -53,7 +53,7 @@
|
|||
/*LANG*/'Font': {
|
||||
value: settings.font,
|
||||
min: 0, max: 2,
|
||||
format: v => [/*LANG*/"Segment", /*LANG*/"Teletext", /*LANG*/"6x8"][v || 0],
|
||||
format: v => [/*LANG*/"Segment", /*LANG*/"Teletext", /*LANG*/"6x8"][v || 1],
|
||||
onchange: v => {
|
||||
settings.font = v;
|
||||
writeSettings();
|
||||
|
|
Loading…
Reference in New Issue