added border and number timer (closes #14)
This commit is contained in:
+2
-1
@@ -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"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user