diff options
Diffstat (limited to 'accounts/gkleen@skadhi/shell/quickshell/Lockscreen.qml')
| -rw-r--r-- | accounts/gkleen@skadhi/shell/quickshell/Lockscreen.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/accounts/gkleen@skadhi/shell/quickshell/Lockscreen.qml b/accounts/gkleen@skadhi/shell/quickshell/Lockscreen.qml index 0b4a68b2..373692df 100644 --- a/accounts/gkleen@skadhi/shell/quickshell/Lockscreen.qml +++ b/accounts/gkleen@skadhi/shell/quickshell/Lockscreen.qml | |||
| @@ -33,7 +33,7 @@ Scope { | |||
| 33 | 33 | ||
| 34 | Connections { | 34 | Connections { |
| 35 | target: Custom.Systemd | 35 | target: Custom.Systemd |
| 36 | function onSleep(before: bool) { | 36 | function onPrepareForSleep(before: bool) { |
| 37 | console.log(`received prepare for sleep ${before}`); | 37 | console.log(`received prepare for sleep ${before}`); |
| 38 | if (before) { | 38 | if (before) { |
| 39 | lock.locked = true; | 39 | lock.locked = true; |
