Always have a chat.

This commit is contained in:
Adam Treat 2023-05-02 09:07:28 -04:00
parent c3d923cdc7
commit 1e6e682156

View File

@ -78,8 +78,12 @@ public:
return;
}
const bool chatIsCurrent = chat == m_currentChat;
emit disconnectChat(chat);
if (chat == m_newChat) {
m_newChat->disconnect(this);
m_newChat = nullptr;
}
const int index = m_chats.indexOf(chat);
if (m_chats.count() < 2) {
addChat();