mirror of
https://github.com/nomic-ai/gpt4all
synced 2024-11-04 12:00:10 +00:00
Always have a chat.
This commit is contained in:
parent
86132cfc8b
commit
a62fafc308
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user