Merge pull request #2590 from AenBleidd/auto_reconnect2

[Manager] Always reconnect remote client without user prompt
This commit is contained in:
Juha Sointusalo 2018-07-11 20:52:24 +03:00 committed by GitHub
commit 85357325df
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -556,6 +556,10 @@ void CBOINCBaseFrame::ShowConnectionFailedAlert() {
return;
}
}
} else {
// Don't ask whether to reconnect to remote client
pDoc->Reconnect();
return;
}
// %s is the application name