feat(utils): 更新器拥有多网址测速功能
This commit is contained in:
@@ -356,7 +356,7 @@ class MemberManager(QWidget):
|
||||
maa_version.append(0)
|
||||
|
||||
self.downloader = Updater(Path(folder), "MAA", maa_version, [])
|
||||
self.downloader.ui.show()
|
||||
self.downloader.show()
|
||||
|
||||
def show_password(self):
|
||||
|
||||
|
||||
@@ -331,7 +331,7 @@ class Setting(QWidget):
|
||||
if main_version_remote > main_version_current:
|
||||
self.updater.update_process.accomplish.connect(self.update_main)
|
||||
# 显示更新页面
|
||||
self.updater.ui.show()
|
||||
self.updater.show()
|
||||
|
||||
# 更新主程序
|
||||
elif main_version_remote > main_version_current:
|
||||
|
||||
Reference in New Issue
Block a user