fix(serices): 修复通知服务使用InfoBar报错时程序崩溃问题
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user