1
1
mirror of https://github.com/KenanZhu/AutoLibrary.git synced 2026-08-02 06:09:36 +08:00

fix(bulletin): 修复状态标签圆圈不可见和定时器悬空引用问题

This commit is contained in:
2026-06-25 11:32:58 +08:00
parent 6f32923865
commit 6a9c662287
3 changed files with 2 additions and 6 deletions
+1 -1
View File
@@ -332,7 +332,7 @@ class ALBulletinDialog(QDialog, Ui_ALBulletinDialog):
self.ALSyncStatusLabel.status = ALStatusLabel.Status.SUCCESS
self.SyncStatusDetailLabel.setText("同步成功")
self.SyncStatusDetailLabel.setStyleSheet("color: green;")
QTimer.singleShot(3000, self.clearSyncStatus)
QTimer.singleShot(3000, self, self.clearSyncStatus)
self.setLastSyncTime(self.__bulletin_mgr.lastSyncTime())
self.updateBulletinList(merged)