From 663a473253b9c1e6c287498fcccc3cf1d22aa052 Mon Sep 17 00:00:00 2001 From: wenbo Date: Thu, 26 Sep 2019 11:19:14 +0800 Subject: [PATCH] Supplementary modification --- ubuntu-kylin-software-center.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ubuntu-kylin-software-center.py b/ubuntu-kylin-software-center.py index a5eae0bb..2efa033f 100644 --- a/ubuntu-kylin-software-center.py +++ b/ubuntu-kylin-software-center.py @@ -891,6 +891,8 @@ def check_source(self): # "更新", "不更新", "退出", 0, 2) # show loading and update processbar this moment + if (Globals.LAUNCH_MODE == 'normal'): + self.show() if MessageBox.checkbox.isChecked(): self.worker_thread0.appmgr.set_check_update_false()