diff options
Diffstat (limited to 'accounts/gkleen@sif/shell/quickshell/Lockscreen.qml')
-rw-r--r-- | accounts/gkleen@sif/shell/quickshell/Lockscreen.qml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/accounts/gkleen@sif/shell/quickshell/Lockscreen.qml b/accounts/gkleen@sif/shell/quickshell/Lockscreen.qml index f983388c..124f441b 100644 --- a/accounts/gkleen@sif/shell/quickshell/Lockscreen.qml +++ b/accounts/gkleen@sif/shell/quickshell/Lockscreen.qml | |||
@@ -89,6 +89,8 @@ Scope { | |||
89 | } | 89 | } |
90 | } | 90 | } |
91 | 91 | ||
92 | Binding { target: MprisProxy; } | ||
93 | |||
92 | onSecureStateChanged: Custom.Systemd.lockedHint = lock.secure | 94 | onSecureStateChanged: Custom.Systemd.lockedHint = lock.secure |
93 | 95 | ||
94 | WlSessionLockSurface { | 96 | WlSessionLockSurface { |