summary refs log tree commit diff
diff options
context:
space:
mode:
authorJoseph Donofry <joedonofry@gmail.com>2021-06-11 15:13:16 -0400
committerJoseph Donofry <joedonofry@gmail.com>2021-06-11 15:13:29 -0400
commit4a6e62d1ee07371870eeadb4eea6eebf0ca3fc6a (patch)
tree22af1a29340558dd1f98bbb926c6e05e59a70112
parentReenable tag hiding (diff)
downloadnheko-4a6e62d1ee07371870eeadb4eea6eebf0ca3fc6a.tar.xz
Fix PrivacyScreen for qml-roomlist
-rw-r--r--resources/qml/ChatPage.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/qml/ChatPage.qml b/resources/qml/ChatPage.qml

index 6cd48788..85ae81e8 100644 --- a/resources/qml/ChatPage.qml +++ b/resources/qml/ChatPage.qml
@@ -72,7 +72,7 @@ Rectangle { anchors.fill: parent visible: Settings.privacyScreen screenTimeout: Settings.privacyScreenTimeout - timelineRoot: timeline + timelineRoot: adaptiveView } }