Added new message indicator

This commit is contained in:
jeffser
2024-09-01 16:56:18 -06:00
parent 51a90e0b79
commit 1b94864422
5 changed files with 13 additions and 5 deletions

View File

@@ -523,7 +523,6 @@ Generate a title following these rules:
if len(data['messages']) == 1 and chat.get_name().startswith(_("New Chat")):
threading.Thread(target=self.generate_chat_title, args=(data['messages'][0].copy(), chat.get_name())).start()
self.chat_list_box.set_sensitive(False)
if chat.welcome_screen:
chat.welcome_screen.set_visible(False)
if chat.regenerate_button: