mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-27 02:55:44 +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))
|
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())
|
else if (this->m_network->isConnected())
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user