use RowLayout in bar

This commit is contained in:
Benjamin Palko 2025-07-29 08:50:23 -04:00
parent 218873add7
commit 0d3af3450b
2 changed files with 18 additions and 48 deletions

View file

@ -8,8 +8,6 @@ Item {
property int currentIndex: 0
property var players: Mpris.players
anchors.horizontalCenter: parent.horizontalCenter
Repeater {
id: players
model: Mpris.players.values.filter(item => item != null)