mirror of
https://github.com/LGUG2Z/komorebi.git
synced 2026-04-21 08:11:30 +02:00
fear(bar): add storage_display_name option
This commit is contained in:
@@ -8289,12 +8289,47 @@
|
||||
"null"
|
||||
],
|
||||
"default": true
|
||||
},
|
||||
"storage_display_name": {
|
||||
"description": "Storage display name",
|
||||
"anyOf": [
|
||||
{
|
||||
"$ref": "#/$defs/StorageDisplayName"
|
||||
},
|
||||
{
|
||||
"type": "null"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"enable"
|
||||
]
|
||||
},
|
||||
"StorageDisplayName": {
|
||||
"oneOf": [
|
||||
{
|
||||
"description": "Display label as mount point eg. C:\\",
|
||||
"type": "string",
|
||||
"const": "Mount"
|
||||
},
|
||||
{
|
||||
"description": "Display label as name eg. Local Disk",
|
||||
"type": "string",
|
||||
"const": "Name"
|
||||
},
|
||||
{
|
||||
"description": "Display label as mount then name eg. C:\\ Local Disk",
|
||||
"type": "string",
|
||||
"const": "MountAndName"
|
||||
},
|
||||
{
|
||||
"description": "Display label as name then mount eg. Local Disk C:\\",
|
||||
"type": "string",
|
||||
"const": "NameAndMount"
|
||||
}
|
||||
]
|
||||
},
|
||||
"SubscribeOptions": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
|
||||
Reference in New Issue
Block a user