feature update preset logic for get the server latest version

This commit is contained in:
alves
2026-01-04 16:49:23 +08:00
parent 6940b359a0
commit 13922dfc02
3 changed files with 35 additions and 20 deletions

View File

@@ -782,7 +782,7 @@ private:
bool check_networking_version();
void cancel_networking_install();
void restart_networking();
void check_config_updates_from_updater() { check_updates(false); }
void check_config_updates_from_updater(bool updateByuser = false) { check_updates(updateByuser); }
private:
int updating_bambu_networking();