mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-22 11:00:48 +03:00
Fix PrivacyScreen for qml-roomlist
This commit is contained in:
parent
a5291605a9
commit
4a6e62d1ee
1 changed files with 1 additions and 1 deletions
|
@ -72,7 +72,7 @@ Rectangle {
|
|||
anchors.fill: parent
|
||||
visible: Settings.privacyScreen
|
||||
screenTimeout: Settings.privacyScreenTimeout
|
||||
timelineRoot: timeline
|
||||
timelineRoot: adaptiveView
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue