Skip to content
Snippets Groups Projects
Verified Commit d130c961 authored by Joe Donofry's avatar Joe Donofry
Browse files

Fix PrivacyScreen for MainWindow

parent 908f6215
No related branches found
No related tags found
No related merge requests found
Pipeline #3139 passed
......@@ -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 {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment