diff --git a/TODO b/TODO index cb066c2c9..921130582 100644 --- a/TODO +++ b/TODO @@ -34,12 +34,13 @@ - Option to shutdown computer when downloads are finished - Add a torrent scheduler -// in v1.0.0 (partial) or maybe v0.9.0 depending on next libtorrent release date +// in v1.0.0 (partial) - Download from RSS feeds (IN PROGRESS) - Move finished torrent to another tab and keep on seeding them even after restart - Allow to edit the trackers for a torrent +- Improve torrent creation dialog // In v0.9.0 - Update translations (FR, SV, NB, PL done) -- Splitting torrent part from GUI (bug squashing + cleanup) +- Bug squashing - Wait for libtorrent v0.12 official release \ No newline at end of file diff --git a/src/createtorrent_imp.cpp b/src/createtorrent_imp.cpp index 862cbe1b9..55103f609 100644 --- a/src/createtorrent_imp.cpp +++ b/src/createtorrent_imp.cpp @@ -133,6 +133,6 @@ void createtorrent::on_createButton_clicked(){ catch (std::exception& e){ std::cerr << e.what() << "\n"; } - QMessageBox::information(0, tr("Torrent creation"), tr("Torrent was created successfully:")+" "+destination); hide(); + QMessageBox::information(0, tr("Torrent creation"), tr("Torrent was created successfully:")+" "+destination); }