From 5adda55a85194c8ee6d2c780a22062984bf73e95 Mon Sep 17 00:00:00 2001 From: Tobias Fella Date: Mon, 16 Oct 2023 22:16:43 +0200 Subject: [PATCH] Show rooms instead of spaces in JoinRoomPage --- src/models/publicroomlistmodel.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/models/publicroomlistmodel.h b/src/models/publicroomlistmodel.h index 33588c7a4..06bb5d197 100644 --- a/src/models/publicroomlistmodel.h +++ b/src/models/publicroomlistmodel.h @@ -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;