dock: add opacity slider as requested in #222
This commit is contained in:
parent
a3aba8d0db
commit
60950fb461
3 changed files with 43 additions and 1 deletions
|
|
@ -284,6 +284,7 @@ Singleton {
|
|||
property JsonObject dock: JsonObject {
|
||||
property bool autoHide: false
|
||||
property bool exclusive: false
|
||||
property real backgroundOpacity: 1.0
|
||||
property list<string> monitors: []
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue