From 23d94a67d56a1fb19d27a4b20884306e9449f705 Mon Sep 17 00:00:00 2001 From: Hector <2055590199@qq.com> Date: Mon, 20 Oct 2025 09:31:05 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E6=89=93=E5=8C=85=E5=A4=B1?= =?UTF-8?q?=E8=B4=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ui/widgets.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)