From 71223ef358ae4387a5de1ca27c18678b08836401 Mon Sep 17 00:00:00 2001 From: yeshunlong Date: Mon, 4 Mar 2024 12:46:12 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=E8=B0=83=E8=AF=95=E4=BF=A1?= =?UTF-8?q?=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/ui/mainview.py | 2 +- app/ui/style.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/ui/mainview.py b/app/ui/mainview.py index 5c42014..0f97645 100644 --- a/app/ui/mainview.py +++ b/app/ui/mainview.py @@ -317,7 +317,7 @@ class MainWinController(QMainWindow, Ui_MainWindow): def show_update(self, update_info): if not update_info.get('update_available'): self.message_notification("当前已是最新版本") - # return + return detail = f'''当前版本:{version},最新版本:{update_info.get('latest_version')} 更新内容:{update_info.get('description')} 点击下载 diff --git a/app/ui/style.json b/app/ui/style.json index 199a76f..7f7a064 100644 --- a/app/ui/style.json +++ b/app/ui/style.json @@ -35,7 +35,7 @@ "height": "parent" }], "expandedSize": [{ - "width": 90, + "width": 98, "height": "parent" }], "toggleButton": [{