summaryrefslogtreecommitdiff
path: root/accounts/gkleen@sif/shell/quickshell/UnixIPC.qml
diff options
context:
space:
mode:
Diffstat (limited to 'accounts/gkleen@sif/shell/quickshell/UnixIPC.qml')
-rw-r--r--accounts/gkleen@sif/shell/quickshell/UnixIPC.qml2
1 files changed, 2 insertions, 0 deletions
diff --git a/accounts/gkleen@sif/shell/quickshell/UnixIPC.qml b/accounts/gkleen@sif/shell/quickshell/UnixIPC.qml
index e7b7b673..4ec5186c 100644
--- a/accounts/gkleen@sif/shell/quickshell/UnixIPC.qml
+++ b/accounts/gkleen@sif/shell/quickshell/UnixIPC.qml
@@ -4,6 +4,7 @@ import Quickshell.Services.Pipewire
4import Quickshell.Services.Mpris 4import Quickshell.Services.Mpris
5import qs.Services 5import qs.Services
6import Custom as Custom 6import Custom as Custom
7import QtQml
7 8
8Scope { 9Scope {
9 id: root 10 id: root
@@ -74,4 +75,5 @@ Scope {
74 player.pause(); 75 player.pause();
75 }); 76 });
76 } 77 }
78 Binding { target: MprisProxy; }
77} 79}