mirror of
https://github.com/nomic-ai/gpt4all.git
synced 2025-09-14 06:49:09 +00:00
ChatView: move stop button to chat input box (#2561)
Signed-off-by: Adam Treat <treat.adam@gmail.com> Signed-off-by: Jared Van Bortel <jared@nomic.ai> Co-authored-by: Jared Van Bortel <jared@nomic.ai>
This commit is contained in:
@@ -517,7 +517,7 @@ QtObject {
|
||||
}
|
||||
}
|
||||
|
||||
property color sendButtonBackground: {
|
||||
property color conversationInputButtonBackground: {
|
||||
switch (MySettings.chatTheme) {
|
||||
case "LegacyDark":
|
||||
return accentColor
|
||||
@@ -528,7 +528,7 @@ QtObject {
|
||||
}
|
||||
}
|
||||
|
||||
property color sendButtonBackgroundHovered: {
|
||||
property color conversationInputButtonBackgroundHovered: {
|
||||
switch (MySettings.chatTheme) {
|
||||
case "LegacyDark":
|
||||
return blue0
|
||||
|
Reference in New Issue
Block a user