mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-16 02:03:07 -07:00
- Ask for exit confirmation only if the download list is not empty
This commit is contained in:
parent
c6c4bc1277
commit
c832d91f79
51 changed files with 5561 additions and 3657 deletions
|
@ -467,7 +467,7 @@ void SearchEngine::on_update_nova_button_clicked(){
|
|||
curl_easy_cleanup(curl);
|
||||
// Close tmp file
|
||||
fclose(file);
|
||||
qDebug("Version on qbittorrent.org: %f", getNovaVersion(filePath));
|
||||
qDebug("Version on qbittorrent.org: %.2f", getNovaVersion(filePath));
|
||||
float version_on_server = getNovaVersion(filePath);
|
||||
if(version_on_server == 0.0){
|
||||
//First server is down, try the mirror
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue