Merge pull request 'pull hush/dev' (#10) from hush/SilentDragonLite:dev into dev

Reviewed-on: https://git.hush.is/lucretius/SilentDragonLite/pulls/10
This commit is contained in:
lucretius
2024-01-22 10:24:34 +00:00

View File

@@ -330,7 +330,7 @@ QString Settings::getRandomServer() {
// We try every server,in order, starting from a random place in the list
while (tries < servers.size() ) {
qDebug() << "Checking if lite server " << server << " is a alive, try=" << tries;
qDebug() << "Checking if lite server " << server << " is alive, try=" << tries;
bool isOnline = "";