edited schema and config

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

View file

@ -484,14 +484,14 @@
}, },
"game_dirs": { "game_dirs": {
"$id": "#/properties/game_dirs", "$id": "#/properties/game_dirs",
"type": "string list", "type": "array",
"title": "List of Game Directories", "title": "List of Game Directories",
"description": "A list of directories containing games to be used to load games into the games list", "description": "A list of directories containing games to be used to load games into the games list",
"default": [] "default": []
}, },
"gui_columns": { "gui_columns": {
"$id": "#/properties/gui_columns", "$id": "#/properties/gui_columns",
"type": "bool list", "type": "array",
"title": "Used to toggle columns in the GUI", "title": "Used to toggle columns in the GUI",
"description": "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 ] "default": [ true, true, true, true, true, true, true, true, true, true ]