select machine

This commit is contained in:
SoftFever
2026-01-24 15:48:32 +08:00
parent 9703a6b4d7
commit 9c6b8edcb1
6 changed files with 169 additions and 54 deletions

View File

@@ -725,6 +725,9 @@ private:
bool config_wizard_startup();
void check_updates(const bool verbose);
// select or add MachineObject
void select_machine(const std::string& agent_id);
bool m_init_app_config_from_older { false };
bool m_datadir_redefined { false };
std::string m_older_data_dir_path;