mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-16 02:03:07 -07: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…
Add table
Add a link
Reference in a new issue