added config editor (closes #19)
This commit is contained in:
parent
65b33afa05
commit
0923ad56dd
7 changed files with 157 additions and 11 deletions
|
@ -3,6 +3,11 @@
|
|||
"name": "Input settings"
|
||||
},
|
||||
|
||||
"input.buffer": {
|
||||
"name": "Enable input buffering",
|
||||
"type": "boolean"
|
||||
},
|
||||
|
||||
"input.touchscreen": {
|
||||
"name": "Touchscreen settings"
|
||||
},
|
||||
|
@ -99,11 +104,6 @@
|
|||
"type": "boolean"
|
||||
},
|
||||
|
||||
"input.buffer": {
|
||||
"name": "Enable input buffering",
|
||||
"type": "boolean"
|
||||
},
|
||||
|
||||
"appearance": {
|
||||
"name": "Appearance"
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue