Always have a chat.

This commit is contained in:
Adam Treat 2023-05-02 09:07:28 -04:00
parent 86132cfc8b
commit a62fafc308

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();