edited schema and config

This commit is contained in:
Xpl0itR 2019-10-09 18:06:22 +01:00 committed by unknown
parent a72ff33916
commit aa16342d73
No known key found for this signature in database
GPG key ID: 91798184109676AD

View file

@ -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 ]