diff options
author | Nicolas Werner <nicolas.werner@hotmail.de> | 2022-07-01 00:41:50 +0200 |
---|---|---|
committer | Nicolas Werner <nicolas.werner@hotmail.de> | 2022-07-01 00:41:50 +0200 |
commit | 7ebf43ce3839ad78b33628ddf22a1c65a5e57b82 (patch) | |
tree | af21c7301d9f3874ce7fa839908b21053b05391c /resources/qml/Root.qml | |
parent | Merge pull request #1111 from q234rty/master (diff) | |
download | nheko-7ebf43ce3839ad78b33628ddf22a1c65a5e57b82.tar.xz |
Fix crash when closing room directory window
Diffstat (limited to 'resources/qml/Root.qml')
-rw-r--r-- | resources/qml/Root.qml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/resources/qml/Root.qml b/resources/qml/Root.qml index 86ddc649..1ea26742 100644 --- a/resources/qml/Root.qml +++ b/resources/qml/Root.qml @@ -29,6 +29,10 @@ Pane { id: fontMetrics } + RoomDirectoryModel { + id: publicRooms + } + //Timer { // onTriggered: gc() // interval: 1000 |