Shortening the name of the config item

master
deirdreobyrne 2022-06-06 21:41:40 +01:00 committed by GitHub
parent 09fe123738
commit d200f6afbf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@
"title": "BigDClock"
},
"< Back": () => back(),
"Time format": {
"Clock type": {
value: (settings["12hour"] !== undefined ? settings["12hour"] : false),
format: v => v ? "12 hr" : "24 hr",
onchange: v=> { set12hour(v) }