mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-19 15:07:22 -06:00
- Ask for exit confirmation only if the download list is not empty
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user