test(subscription): suspend client access checks

This commit is contained in:
chengma
2026-07-22 15:55:46 +08:00
parent 953d98314b
commit 9163f6b371
6 changed files with 35 additions and 4 deletions
-1
View File
@@ -189,7 +189,6 @@ def main() -> int:
if runtime_lease is not None:
app.aboutToQuit.connect(runtime_lease.release)
window.show()
QTimer.singleShot(0, window.begin_subscription_check)
QTimer.singleShot(
0,
lambda: update_health.write_health(health_context, "main_window_ready"),