Skip to content

Commit 56a88fc

Browse files
committed
fix(chat): hide progress bar after update #51
This commit hides the progress bar after the update process is complete to provide a cleaner user interface.
1 parent fd69f96 commit 56a88fc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/kotlin/cc/unitmesh/devti/gui/chat/ChatCodingPanel.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -233,6 +233,7 @@ class ChatCodingPanel(private val chatCodingService: ChatCodingService, val disp
233233
chatCodingService.clearSession()
234234
progressBar.isVisible = false
235235
myList.removeAll()
236+
this.hiddenProgressBar()
236237
updateUI()
237238
}
238239

0 commit comments

Comments
 (0)