mirror of
https://github.com/debauchee/barrier.git
synced 2024-11-24 06:15:57 +03:00
Stopped starting synergy when server is detected
This commit is contained in:
parent
5afd94edb3
commit
7c02369437
@ -83,10 +83,6 @@ void ZeroconfService::serverDetected(const QList<ZeroconfRecord>& list)
|
||||
record.serviceName));
|
||||
m_pMainWindow->serverDetected(record.serviceName);
|
||||
}
|
||||
|
||||
if (!list.isEmpty()) {
|
||||
m_pMainWindow->startSynergy();
|
||||
}
|
||||
}
|
||||
|
||||
void ZeroconfService::clientDetected(const QList<ZeroconfRecord>& list)
|
||||
|
Loading…
Reference in New Issue
Block a user