Fix: force update statusline on colorchange
This commit is contained in:
@@ -61,6 +61,7 @@ func refreshChatDisplay() {
|
||||
displayText := chatToText(filteredMessages, cfg.ShowSys)
|
||||
textView.SetText(displayText)
|
||||
colorText()
|
||||
updateStatusLine()
|
||||
if scrollToEndEnabled {
|
||||
textView.ScrollToEnd()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user