mirror of
https://github.com/debauchee/barrier.git
synced 2026-02-10 21:56:13 +08:00
#6372 More logging around client disconnect to make TLS state more clear
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