You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: static/schema.json
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -89,6 +89,10 @@
89
89
"description": "Whether to enable built-in automatic tiling of windows.",
90
90
"type": "boolean"
91
91
},
92
+
"enableVolumeSlider": {
93
+
"description": "Enable volume slider by default.",
94
+
"type": "boolean"
95
+
},
92
96
"gradient": {
93
97
"$ref": "#/definitions/GradientDirection",
94
98
"description": "The direction of the background gradient.\n\n`top`- From top to transparent bottom.\n\n`bottom`- From bottom to transparent top.\n\n`solid`- Solid color background.\n\n`disabled`- Background color is disabled."
0 commit comments