mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-22 06:13:36 -07:00
Use warning message box instead of critical
This commit is contained in:
parent
08c8b6f77d
commit
7034d14eba
1 changed files with 1 additions and 1 deletions
|
@ -93,7 +93,7 @@ class downloadFromURL : public QDialog, private Ui::downloadFromURL{
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (!url_list_cleaned.size()) {
|
if (!url_list_cleaned.size()) {
|
||||||
QMessageBox::critical(0, tr("No URL entered"), tr("Please type at least one URL."));
|
QMessageBox::warning(0, tr("No URL entered"), tr("Please type at least one URL."));
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
close();
|
close();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue