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

refactor: unify media control calls to MprisController sync

This commit is contained in:
purian23
2026-07-15 14:15:30 -04:00
parent fb2dbced08
commit dc924618fb
7 changed files with 51 additions and 63 deletions
@@ -1635,7 +1635,7 @@ Item {
enabled: MprisController.activePlayer?.canGoNext ?? false
hoverEnabled: enabled
cursorShape: enabled ? Qt.PointingHandCursor : Qt.ArrowCursor
onClicked: MprisController.activePlayer?.next()
onClicked: MprisController.next()
}
}
}