mirror of
https://github.com/AvengeMedia/DankMaterialShell.git
synced 2026-01-29 07:52:50 -05:00
Fix delegate on lock
This commit is contained in:
@@ -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) {
|
||||||
|
|||||||
Reference in New Issue
Block a user