diff --git a/ui/widgets.py b/ui/widgets.py index 2a9ef38b..9542e354 100644 --- a/ui/widgets.py +++ b/ui/widgets.py @@ -1386,7 +1386,7 @@ class CustomConsoleDockWidget(QWidget): # 帧率更新定时器 self.fpsTimer = QTimer() self.fpsTimer.timeout.connect(self.updateFPS) - self.fpsTimer.start(100) # 每秒更新一次 + self.fpsTimer.start(105) # 每秒更新一次 toolbar.addStretch() layout.addLayout(toolbar)