added border and number timer (closes #14)
This commit is contained in:
parent
23535d17d8
commit
338934866b
3 changed files with 79 additions and 10 deletions
|
@ -16,5 +16,6 @@
|
|||
|
||||
"input.buffer": false,
|
||||
|
||||
"appearance.grid": "none"
|
||||
"appearance.grid": "none",
|
||||
"appearance.timer": "both"
|
||||
}
|
||||
|
|
|
@ -117,5 +117,17 @@
|
|||
"checkerboard"
|
||||
]
|
||||
}
|
||||
},
|
||||
"appearance.timer": {
|
||||
"name": "Timer display",
|
||||
"type": "choice",
|
||||
"bounds": {
|
||||
"choices": [
|
||||
"none",
|
||||
"border",
|
||||
"number",
|
||||
"both"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue