updated panel display
This commit is contained in:
@@ -51,6 +51,12 @@ def global_config() -> List[Dict[str, Any]]:
|
||||
"label": "Auto-Update",
|
||||
"default": "true",
|
||||
"choices": ["true", "false"]
|
||||
},
|
||||
{
|
||||
"key": "table_appearance",
|
||||
"label": "Table Appearance",
|
||||
"default": "rainbow",
|
||||
"choices": ["plain", "bw-striped", "rainbow"]
|
||||
}
|
||||
]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user