mirror of
https://github.com/moonlight-stream/moonlight-qt.git
synced 2026-04-19 22:50:29 +00:00
Add an option to disable the automatic connection testing
This commit is contained in:
@@ -721,7 +721,7 @@ private:
|
||||
else {
|
||||
portFlags = 0;
|
||||
}
|
||||
if (portFlags != 0) {
|
||||
if (portFlags != 0 && m_Session->m_Preferences->detectNetworkBlocking) {
|
||||
portTestResult = LiTestClientConnectivity("qt.conntest.moonlight-stream.org", 443, portFlags);
|
||||
|
||||
// Ignore an inconclusive result
|
||||
|
||||
Reference in New Issue
Block a user