mirror of
https://github.com/CalcProgrammer1/OpenRGB.git
synced 2026-04-13 18:39:25 -04:00
[WIP] 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:
@@ -27,7 +27,6 @@ static const std::string ui_settings_keys[7] =
|
||||
"Plugins",
|
||||
"Client",
|
||||
"LogManager",
|
||||
"Server"
|
||||
};
|
||||
|
||||
SettingsManager::SettingsManager()
|
||||
|
||||
Reference in New Issue
Block a user