edited schema and config
This commit is contained in:
parent
a72ff33916
commit
aa16342d73
1 changed files with 2 additions and 2 deletions
|
@ -484,14 +484,14 @@
|
|||
},
|
||||
"game_dirs": {
|
||||
"$id": "#/properties/game_dirs",
|
||||
"type": "string list",
|
||||
"type": "array",
|
||||
"title": "List of Game Directories",
|
||||
"description": "A list of directories containing games to be used to load games into the games list",
|
||||
"default": []
|
||||
},
|
||||
"gui_columns": {
|
||||
"$id": "#/properties/gui_columns",
|
||||
"type": "bool list",
|
||||
"type": "array",
|
||||
"title": "Used to toggle columns in the GUI",
|
||||
"description": "Used to toggle columns in the GUI",
|
||||
"default": [ true, true, true, true, true, true, true, true, true, true ]
|
||||
|
|
Loading…
Add table
Reference in a new issue