1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-08-03 20:18:31 -04:00

refactor: unify media control calls to MprisController sync

(cherry picked from commit 6cc574ea5b)
This commit is contained in:
purian23
2026-07-15 14:15:30 -04:00
parent db9fb0bd90
commit eca92898f9
7 changed files with 51 additions and 63 deletions
@@ -190,7 +190,7 @@ Card {
anchors.fill: parent
hoverEnabled: true
cursorShape: Qt.PointingHandCursor
onClicked: activePlayer?.next()
onClicked: MprisController.next()
}
}
}