From 08b027a68145d999cd2730ddaa1d0e2c32eb8b26 Mon Sep 17 00:00:00 2001 From: Hpero4 Date: Sun, 10 Sep 2023 23:34:28 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=87=E4=BB=B6=E5=90=8D=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ...able_switch_setting_card.py => loose_switch_setting_card.py} | 0 app/view/setting_interface.py | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename app/components/{nullable_switch_setting_card.py => loose_switch_setting_card.py} (100%) diff --git a/app/components/nullable_switch_setting_card.py b/app/components/loose_switch_setting_card.py similarity index 100% rename from app/components/nullable_switch_setting_card.py rename to app/components/loose_switch_setting_card.py diff --git a/app/view/setting_interface.py b/app/view/setting_interface.py index 64cd194e..d73f513e 100644 --- a/app/view/setting_interface.py +++ b/app/view/setting_interface.py @@ -16,7 +16,7 @@ from ..common.config import ( cfg, YEAR, AUTHOR, VERSION, FEEDBACK_URL, GITHUB_URL, isWin11) from ..common.style_sheet import StyleSheet -from ..components.nullable_switch_setting_card import LooseSwitchSettingCard +from ..components.loose_switch_setting_card import LooseSwitchSettingCard class LineEditSettingCard(SettingCard):