feat(subscription): enable observation mode

This commit is contained in:
chengma
2026-07-23 14:37:00 +08:00
parent a2b57db715
commit 594592c9b2
6 changed files with 129 additions and 22 deletions
+1
View File
@@ -189,6 +189,7 @@ 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"),