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:
AT
2024-07-10 15:23:35 -04:00
committed by GitHub
parent 7340bf85e3
commit a8cdba0427
2 changed files with 61 additions and 25 deletions

View File

@@ -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