summary refs log tree commit diff
path: root/resources/qml/PrivacyScreen.qml
diff options
context:
space:
mode:
authorLoren Burkholder <computersemiexpert@outlook.com>2023-02-20 19:59:06 -0500
committerLoren Burkholder <computersemiexpert@outlook.com>2023-02-20 19:59:06 -0500
commit2b8cadaac8b081fd204ad9a8520ed889e9d3b975 (patch)
tree43b94db963e52c30c39ae98507fbe0866585f3c5 /resources/qml/PrivacyScreen.qml
parentUse a single, reversible privacy screen transition (diff)
downloadnheko-2b8cadaac8b081fd204ad9a8520ed889e9d3b975.tar.xz
Properly handle images without blurhashes
Diffstat (limited to 'resources/qml/PrivacyScreen.qml')
-rw-r--r--resources/qml/PrivacyScreen.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/qml/PrivacyScreen.qml b/resources/qml/PrivacyScreen.qml

index 204eb1bd..e501d6ab 100644 --- a/resources/qml/PrivacyScreen.qml +++ b/resources/qml/PrivacyScreen.qml
@@ -94,7 +94,7 @@ Item { target: screenSaver property: "opacity" duration: 300 - easing.type: Easing.InQuad + easing.type: Easing.Linear } }