hide window title when no window is focused
This commit is contained in:
parent
56aa6dc342
commit
45704cb102
1 changed files with 1 additions and 0 deletions
|
|
@ -8,6 +8,7 @@ import "." as M
|
||||||
M.BarSection {
|
M.BarSection {
|
||||||
id: root
|
id: root
|
||||||
spacing: M.Theme.moduleSpacing
|
spacing: M.Theme.moduleSpacing
|
||||||
|
visible: root._title !== ""
|
||||||
|
|
||||||
tooltip: root._appId ? root._appId + "\n" + root._title : root._title
|
tooltip: root._appId ? root._appId + "\n" + root._title : root._title
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue