mirror of
https://github.com/AvengeMedia/DankMaterialShell.git
synced 2026-01-26 22:42:50 -05:00
Ensure cava only runs when media is playing
This commit is contained in:
@@ -14,8 +14,13 @@ Item {
|
||||
width: 20
|
||||
height: Theme.iconSize
|
||||
|
||||
Ref {
|
||||
service: CavaService
|
||||
Loader {
|
||||
active: isPlaying
|
||||
sourceComponent: Component {
|
||||
Ref {
|
||||
service: CavaService
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Timer {
|
||||
|
||||
Reference in New Issue
Block a user