fix: update satellites in TLE update network thread too

Just noticed updated does not take effect (GUI update etc).

Signed-off-by: Nerijus Bendžiūnas <nerijus.bendziunas@gmail.com>
This commit is contained in:
Nerijus Bendžiūnas 2025-01-22 16:11:23 +02:00
parent 91a4a3fb15
commit fb4d4dbcbc
No known key found for this signature in database

View file

@ -559,6 +559,9 @@ static gpointer update_tle_thread(gpointer data)
tle_upd_running = TRUE;
tle_update_from_network(TRUE, NULL, NULL, NULL);
mod_mgr_reload_sats();
tle_upd_running = FALSE;
return NULL;