diff options
author | Nicolas Werner <nicolas.werner@hotmail.de> | 2023-06-19 21:24:31 +0200 |
---|---|---|
committer | Nicolas Werner <nicolas.werner@hotmail.de> | 2023-06-19 21:24:31 +0200 |
commit | 95406b9c2228aa7a55f060e6adfa8a6e8dee245c (patch) | |
tree | 0336f0c49efe4735f5535085047c39e912a3e984 /resources/qml/Root.qml | |
parent | Fix screenshare selection (diff) | |
download | nheko-95406b9c2228aa7a55f060e6adfa8a6e8dee245c.tar.xz |
More linter fixes
Diffstat (limited to 'resources/qml/Root.qml')
-rw-r--r-- | resources/qml/Root.qml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/resources/qml/Root.qml b/resources/qml/Root.qml index 2880a0c7..e26b386a 100644 --- a/resources/qml/Root.qml +++ b/resources/qml/Root.qml @@ -98,6 +98,7 @@ Pane { } RoomDirectoryModel { id: publicRooms + } Component { id: readReceiptsDialog |