fix panel pin button layout, network hover, mpris session switch, volume title colors

This commit is contained in:
Damocles 2026-04-16 18:28:50 +02:00
parent c81cddc38f
commit 084ef1da75
4 changed files with 122 additions and 73 deletions

View file

@ -103,7 +103,7 @@ M.BarSection {
M.NetworkMenu {
id: networkMenu
showPanel: root._anyHover
screen: root.bar.screen
screen: QsWindow.window?.screen ?? null
anchorItem: root
accentColor: root.accentColor
}