mirror of
https://github.com/CalcProgrammer1/OpenRGB.git
synced 2026-03-24 17:01:05 -04:00
Don't print Running standalone message when local server connection succeeds
This commit is contained in:
6
main.cpp
6
main.cpp
@@ -241,7 +241,11 @@ int main(int argc, char* argv[])
|
||||
\*---------------------------------------------------------*/
|
||||
if(!(ret_flags & RET_FLAG_NO_DETECT))
|
||||
{
|
||||
printf("Running standalone.\r\n");
|
||||
if(ResourceManager::get()->GetDetectionEnabled())
|
||||
{
|
||||
printf("Running standalone.\r\n");
|
||||
}
|
||||
|
||||
ResourceManager::get()->DetectDevices();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user