Rework server initialization

* Only create server instance if server is actually needed
    * Pass initial server host and port through ResourceManager
    * Allow setting default server host and port in Server settings
This commit is contained in:
Adam Honse
2026-04-05 21:25:12 -05:00
parent 08fbd285dc
commit 41749dce59
12 changed files with 297 additions and 97 deletions

View File

@@ -27,7 +27,6 @@ static const std::string ui_settings_keys[7] =
"Plugins",
"Client",
"LogManager",
"Server"
};
SettingsManager::SettingsManager()