fix(serices): 修复通知服务使用InfoBar报错时程序崩溃问题

This commit is contained in:
DLmaster
2025-03-05 15:11:57 +08:00
parent 6292624d41
commit 1feb0cf83f
3 changed files with 23 additions and 11 deletions

View File

@@ -39,10 +39,7 @@ from app.services import System
class _MainTimer(QWidget):
def __init__(
self,
parent=None,
):
def __init__(self, parent=None):
super().__init__(parent)
self.if_FailSafeException = False