hide window title when no window is focused

This commit is contained in:
Damocles 2026-04-13 16:37:26 +02:00
parent 56aa6dc342
commit 45704cb102

View file

@ -8,6 +8,7 @@ import "." as M
M.BarSection {
id: root
spacing: M.Theme.moduleSpacing
visible: root._title !== ""
tooltip: root._appId ? root._appId + "\n" + root._title : root._title