summary refs log tree commit diff
path: root/resources/qml/PrivacyScreen.qml
diff options
context:
space:
mode:
authorJoseph Donofry <joedonofry@gmail.com>2022-05-12 12:48:12 -0400
committerJoseph Donofry <joedonofry@gmail.com>2022-05-12 12:48:12 -0400
commitd130c961605e67c6771bfe78c3bb1b7e6205e3a8 (patch)
treeba5faa8a18250ae67e5d9d533ffbb24c053af10d /resources/qml/PrivacyScreen.qml
parentProperly mark image node as dirty on size update (diff)
downloadnheko-d130c961605e67c6771bfe78c3bb1b7e6205e3a8.tar.xz
Fix PrivacyScreen for MainWindow
Diffstat (limited to 'resources/qml/PrivacyScreen.qml')
-rw-r--r--resources/qml/PrivacyScreen.qml4
1 files changed, 2 insertions, 2 deletions
diff --git a/resources/qml/PrivacyScreen.qml b/resources/qml/PrivacyScreen.qml

index fb3818df..d312172e 100644 --- a/resources/qml/PrivacyScreen.qml +++ b/resources/qml/PrivacyScreen.qml
@@ -15,7 +15,7 @@ Item { property int screenTimeout Connections { - function onFocusChanged() { + function onActiveChanged() { if (MainWindow.active) { screenSaverTimer.stop(); screenSaver.state = "Invisible"; @@ -26,7 +26,7 @@ Item { } } - target: TimelineManager + target: MainWindow } Timer {