1
1
mirror of https://github.com/KenanZhu/AutoLibrary.git synced 2026-06-20 16:33:03 +08:00

style(*): 格式化一些界面类的构造函数

This commit is contained in:
2026-01-16 22:33:01 +08:00
parent ba60a5d884
commit 6474f6e3bb
6 changed files with 6 additions and 7 deletions
+1 -1
View File
@@ -50,8 +50,8 @@ class TimerTaskItemWidget(QWidget):
):
super().__init__(parent)
self.__timer_task = timer_task
self.modifyUi()