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):