version 2.13.2

This commit is contained in:
2025-03-24 00:52:46 +08:00
parent a235d2f745
commit 470b88f422
6 changed files with 115 additions and 79 deletions
+1 -1
View File
@@ -64,7 +64,7 @@ void MainWindow::download()
param << "--bwlimit=" + QString::number(this->connexion.bandwidthLimit) + bwUnitChar[this->connexion.bandwidthLimitUnit];
}
ipversion = validateServer(server);
ipversion = validateServer(&server);
if (downloading.ipversion == 4 || downloading.ipversion == 6)
{