Add bar position
This commit is contained in:
parent
1564992442
commit
7b26ddaa32
11 changed files with 72 additions and 14 deletions
|
|
@ -74,6 +74,7 @@ Singleton {
|
|||
property JsonObject bar
|
||||
|
||||
bar: JsonObject {
|
||||
property string barPosition: "top" // Possible values: "top", "bottom", "left", "right"
|
||||
property bool showActiveWindow: true
|
||||
property bool showSystemInfo: false
|
||||
property bool showMedia: false
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue