mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-21 12:04:51 +00:00
Destroy AddTorrentDialog window after clicking 'Add'.
This commit is contained in:
parent
f327290e33
commit
23840ce390
1 changed files with 1 additions and 0 deletions
|
@ -407,6 +407,7 @@ class AddTorrentDialog:
|
|||
row = self.torrent_liststore.iter_next(row)
|
||||
|
||||
client.add_torrent_file(torrent_filenames, torrent_options)
|
||||
self.dialog.destroy()
|
||||
|
||||
def _on_button_apply_clicked(self, widget):
|
||||
log.debug("_on_button_apply_clicked")
|
||||
|
|
Loading…
Add table
Reference in a new issue