summary refs log tree commit diff
path: root/resources/qml/PrivacyScreen.qml
diff options
context:
space:
mode:
authorLoren Burkholder <computersemiexpert@outlook.com>2023-02-13 20:44:42 -0500
committerLoren Burkholder <computersemiexpert@outlook.com>2023-02-20 16:35:00 -0500
commit66d8a38c80f39ddaf2954d3400a731ec5c7e4c0b (patch)
tree746bd899d74cf1e50d84823aa9536c048557d2ae /resources/qml/PrivacyScreen.qml
parentMerge branch 'cirrus_updates' into 'master' (diff)
downloadnheko-66d8a38c80f39ddaf2954d3400a731ec5c7e4c0b.tar.xz
Blurhash images when the privacy screen is active
Diffstat (limited to 'resources/qml/PrivacyScreen.qml')
-rw-r--r--resources/qml/PrivacyScreen.qml3
1 files changed, 1 insertions, 2 deletions
diff --git a/resources/qml/PrivacyScreen.qml b/resources/qml/PrivacyScreen.qml

index bc128302..11ab27bd 100644 --- a/resources/qml/PrivacyScreen.qml +++ b/resources/qml/PrivacyScreen.qml
@@ -12,6 +12,7 @@ import im.nheko 1.0 Item { id: privacyScreen + readonly property bool active: screenSaver.state === "Visible" property var timelineRoot property int screenTimeout @@ -61,7 +62,6 @@ Item { target: screenSaver opacity: 1 } - }, State { name: "Invisible" @@ -75,7 +75,6 @@ Item { target: screenSaver visible: false } - } ] transitions: [