Focus message entry when creating a new chat
This commit is contained in:
parent
d95f06a230
commit
edc3053774
@ -9,7 +9,8 @@
|
||||
"--share=ipc",
|
||||
"--socket=fallback-x11",
|
||||
"--device=dri",
|
||||
"--socket=wayland"
|
||||
"--socket=wayland",
|
||||
"--env=LANGUAGE=fr_FR.UTF-8"
|
||||
],
|
||||
"cleanup" : [
|
||||
"/include",
|
||||
|
@ -1433,6 +1433,7 @@ Generate a title following these rules:
|
||||
self.chats["order"].insert(0, chat_name)
|
||||
self.save_history()
|
||||
self.new_chat_element(chat_name, True, False)
|
||||
self.set_focus(self.message_text_view)
|
||||
|
||||
def stop_pull_model(self, model_name):
|
||||
logger.debug("Stopping model pull")
|
||||
|
Loading…
x
Reference in New Issue
Block a user