Auto-update never fires: check_update signal has no emitter #142
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The 5-day provider auto-update (aqomui_gui.py update_check, gated on the auto_update setting) is connected to showActive.check_update, but nothing emits it: StatusOnWidget.check_for_update is called from nowhere, and ActiveWidget declares an identical unused signal. Upstream qomui triggered it from PingThread.finished; the wiring was lost in the fork. Decide where the scheduler belongs (the service already owns import_threads and the *_last timestamps) rather than just re-porting the dead trigger. Found surveying for #23.