dock: add bar strip with pin toggle when pinned, hide from main bar
This commit is contained in:
parent
70fea7c4ba
commit
99b63a2756
2 changed files with 47 additions and 2 deletions
|
|
@ -4,7 +4,7 @@ import "../services" as S
|
|||
|
||||
M.BarModule {
|
||||
id: root
|
||||
active: S.Modules.dock.enable
|
||||
active: S.Modules.dock.enable && S.DockState.mode !== "pinned"
|
||||
tooltip: S.DockState.open ? "Close dock" : "Open dock"
|
||||
onTapped: S.DockState.toggle()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue