fixed music anchor

This commit is contained in:
2025-11-28 16:10:54 +01:00
parent 57b5e8e2ef
commit 846b558686

View File

@@ -45,21 +45,10 @@ PanelWindow {
Pill {
id: music
anchors.right: tray.left
anchors.right: parent.right
anchors.rightMargin: 10
Music {
player: Mpris.players.values.find(e => e.identity == "Spotify")
}
}
// Pill {
// id: tray
//
// anchors.right: parent.right
// anchors.rightMargin: 10
//
// SystemTray {
//
// }
// }
}