Skip to content

Commit d3433c2

Browse files
committed
revert since this not related to stutter issue
1 parent d03bd2d commit d3433c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

AgentCrew/modules/gui/widgets/message_bubble.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,7 @@ def start_streaming(self):
301301
self.raw_text_buffer = ""
302302
self.character_queue = []
303303

304-
self.message_label.setTextFormat(Qt.TextFormat.PlainText)
304+
self.message_label.setTextFormat(Qt.TextFormat.MarkdownText)
305305
self.message_label.setText("")
306306

307307
def add_streaming_chunk(self, chunk_queue: list):

0 commit comments

Comments
 (0)