mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-16 02:03:07 -07:00
- BUGFIX: Fixed "Automatically start seeding" feature in torrent creation tool
This commit is contained in:
parent
bfab6389b5
commit
1fbbee794c
2 changed files with 3 additions and 2 deletions
|
@ -199,6 +199,7 @@ void createtorrent::on_createButton_clicked(){
|
|||
// create the torrent and print it to out
|
||||
entry e = t->create_torrent();
|
||||
libtorrent::bencode(std::ostream_iterator<char>(out), e);
|
||||
out.flush();
|
||||
if(checkStartSeeding->isChecked())
|
||||
emit torrent_to_seed(destination);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue