Skip to content

Commit

Permalink
启动界面改用update
Browse files Browse the repository at this point in the history
  • Loading branch information
ZhaoZuohong committed Nov 21, 2023
1 parent 507199b commit ec3a1fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webview_ui.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ def load_img(self, img):

def show_text(self, text):
self.loading_label.config(text=text + "……")
self.root.update_idletasks()
self.root.update()

def hide(self):
self.root.withdraw()
Expand Down

0 comments on commit ec3a1fe

Please sign in to comment.