From 1829d1cd0b6f2ee425574b69ef8b49c0027c821d Mon Sep 17 00:00:00 2001 From: DLmaster361 Date: Tue, 17 Jun 2025 00:34:07 +0800 Subject: [PATCH] =?UTF-8?q?fix(ui):=20=E4=BF=AE=E5=A4=8D=E5=88=A0=E9=99=A4?= =?UTF-8?q?=E8=AE=A1=E5=88=92=E8=A1=A8=E5=BC=95=E5=8F=91=E7=9A=84=E9=94=99?= =?UTF-8?q?=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/ui/plan_manager.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/ui/plan_manager.py b/app/ui/plan_manager.py index 1d244b2..1a44ce9 100644 --- a/app/ui/plan_manager.py +++ b/app/ui/plan_manager.py @@ -156,7 +156,7 @@ class PlanManager(QWidget): self.plan_manager.clear_SettingBox() shutil.rmtree(Config.plan_dict[name]["Path"]) - Config.change_plan(name, "禁用") + Config.change_plan(name, "固定") for i in range(int(name[3:]) + 1, len(Config.plan_dict) + 1): if Config.plan_dict[f"计划_{i}"]["Path"].exists(): Config.plan_dict[f"计划_{i}"]["Path"].rename(