feat(core): 电源相关选项改为所有任务完成后生效

This commit is contained in:
DLmaster361
2025-05-09 21:52:18 +08:00
parent 5893aa2426
commit 74ce441b90
4 changed files with 30 additions and 19 deletions

View File

@@ -649,6 +649,7 @@ class AppConfig(GlobalConfig):
"ALL": {"value": [], "text": []},
"Today": {"value": [], "text": []},
}
self.power_signal = None
self.if_ignore_silence = False
self.if_database_opened = False