1
1
mirror of https://github.com/KenanZhu/AutoLibrary.git synced 2026-06-17 23:13:03 +08:00

fix(ALTimerTaskWidget): fix timer tasks list is 'NoneType' when init config file

This commit is contained in:
2025-12-12 23:41:30 +08:00
parent 60a5699822
commit bfce61f4b4
+1
View File
@@ -188,6 +188,7 @@ class ALTimerTaskWidget(QWidget, Ui_ALTimerTaskWidget):
self.__timer_tasks = timer_tasks
self.timerTasksChanged.emit()
return True
timer_tasks = []
if self.saveTimerTasks(self.__timer_tasks_config_path, copy.deepcopy(timer_tasks)):
QMessageBox.information(
self,