mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-22 14:55:36 +08:00
Treat traffic network connection failure as a non-validation message, so it gets its own overlay messagebox.
This commit is contained in:
@@ -166,7 +166,7 @@ namespace BlackCore
|
||||
}
|
||||
else if (!CNetworkUtils::canConnect(server, msg, 5000))
|
||||
{
|
||||
return CStatusMessage({ CLogCategory::validation() }, CStatusMessage::SeverityError, msg);
|
||||
return CStatusMessage(CStatusMessage::SeverityError, msg);
|
||||
}
|
||||
else if (this->m_network->isConnected())
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user