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;