mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2024-11-24 10:16:00 +03:00
- Fix last commit
This commit is contained in:
parent
f98f076335
commit
4f7b4c2a55
1 changed files with 2 additions and 2 deletions
|
@ -165,8 +165,8 @@ void createtorrent::on_createButton_clicked(){
|
|||
QMessageBox::critical(0, tr("No input path set"), tr("Please type an input path first"));
|
||||
return;
|
||||
}
|
||||
/*QStringList trackers = allItems(trackers_list);
|
||||
if(!trackers.size()){
|
||||
QStringList trackers = allItems(trackers_list);
|
||||
/*if(!trackers.size()){
|
||||
QMessageBox::critical(0, tr("No tracker path set"), tr("Please set at least one tracker"));
|
||||
return;
|
||||
}*/
|
||||
|
|
Loading…
Reference in a new issue