Fix: force update statusline on colorchange

This commit is contained in:
Grail Finder
2026-02-20 12:14:45 +03:00
parent 27fdec1361
commit 35cc8c068f
3 changed files with 4 additions and 1 deletions

View File

@@ -61,6 +61,7 @@ func refreshChatDisplay() {
displayText := chatToText(filteredMessages, cfg.ShowSys)
textView.SetText(displayText)
colorText()
updateStatusLine()
if scrollToEndEnabled {
textView.ScrollToEnd()
}