1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-01-29 16:02:51 -05:00

Fix delegate on lock

This commit is contained in:
bbedward
2025-10-14 08:15:29 -04:00
parent 80301d1aab
commit eb7e665c86

View File

@@ -733,8 +733,7 @@ Item {
Repeater { Repeater {
model: 6 model: 6
delegate: Rectangle {
Rectangle {
width: 2 width: 2
height: { height: {
if (MprisController.activePlayer?.playbackState === MprisPlaybackState.Playing && CavaService.values.length > index) { if (MprisController.activePlayer?.playbackState === MprisPlaybackState.Playing && CavaService.values.length > index) {