mirror of
https://github.com/debauchee/barrier.git
synced 2026-05-08 22:52:13 +08:00
Merge branch 'v1.10.1' of github.com:symless/synergy-core into v1.10.1
This commit is contained in:
@@ -500,6 +500,14 @@ void MainWindow::checkConnected(const QString& line)
|
||||
{
|
||||
setSynergyState(synergyListening);
|
||||
}
|
||||
else if (line.contains("disconnected from server") || line.contains("process exited"))
|
||||
{
|
||||
setSynergyState(synergyDisconnected);
|
||||
}
|
||||
else if (line.contains("connecting to"))
|
||||
{
|
||||
setSynergyState(synergyConnecting);
|
||||
}
|
||||
}
|
||||
|
||||
#ifndef SYNERGY_ENTERPRISE
|
||||
|
||||
Reference in New Issue
Block a user