diff --git a/src/gui/src/ZeroconfService.cpp b/src/gui/src/ZeroconfService.cpp index 25ebf7db..6a773f0e 100644 --- a/src/gui/src/ZeroconfService.cpp +++ b/src/gui/src/ZeroconfService.cpp @@ -83,10 +83,6 @@ void ZeroconfService::serverDetected(const QList& list) record.serviceName)); m_pMainWindow->serverDetected(record.serviceName); } - - if (!list.isEmpty()) { - m_pMainWindow->startSynergy(); - } } void ZeroconfService::clientDetected(const QList& list)