fix: update clear button text in chat view UI
- Changed the text of the clear button from "🗑️ 清空" to "🗑 清空" for improved visual consistency.
This commit is contained in:
@@ -364,7 +364,7 @@ class ChatView:
|
||||
# 清空对话按钮
|
||||
self.clear_btn = tk.Button(
|
||||
btn_container,
|
||||
text="🗑️ 清空",
|
||||
text="🗑 清空",
|
||||
font=('Microsoft YaHei UI', 10),
|
||||
bg='#424242',
|
||||
fg='#ef9a9a',
|
||||
|
||||
Reference in New Issue
Block a user