mirror of
https://github.com/CalcProgrammer1/OpenRGB.git
synced 2026-02-07 05:41:13 -05:00
Don't print Running standalone message when local server connection succeeds
This commit is contained in:
@@ -425,6 +425,11 @@ SettingsManager* ResourceManager::GetSettingsManager()
|
||||
return(settings_manager);
|
||||
}
|
||||
|
||||
bool ResourceManager::GetDetectionEnabled()
|
||||
{
|
||||
return(detection_enabled);
|
||||
}
|
||||
|
||||
unsigned int ResourceManager::GetDetectionPercent()
|
||||
{
|
||||
return (detection_percent.load());
|
||||
|
||||
Reference in New Issue
Block a user