Show rooms instead of spaces in JoinRoomPage

This commit is contained in:
Tobias Fella
2023-10-16 22:16:43 +02:00
parent d56f0d6086
commit 5adda55a85

View File

@@ -126,7 +126,7 @@ private:
Quotient::Connection *m_connection = nullptr;
QString m_server;
QString m_keyword;
bool m_showOnlySpaces;
bool m_showOnlySpaces = false;
bool attempted = false;
bool m_loading = false;