mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-19 06:57:24 -06:00
- Updated TODO
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user