1
0
Ricky 2 жил өмнө
parent
commit
2f55cfa403
1 өөрчлөгдсөн 1 нэмэгдсэн , 1 устгасан
  1. 1 1
      ui/main/main.py

+ 1 - 1
ui/main/main.py

@@ -173,7 +173,7 @@ class Main(frame.MainFrame):
         self.m_text_log.AppendText(message)
         self.m_text_log.ShowPosition(self.m_text_log.GetLastPosition())
 
-    def upgrade_call_after(self, is_new_version, show_no_new_version_tip, title, message):
+    def upgrade_call_after(self, is_new_version, show_no_new_version_tip, title=None, message=None):
         """
         接收更新程序线程传递消息,弹窗提示框