mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-20 19:44:52 +00:00
reactive remove torrent in toolbar. oops
This commit is contained in:
parent
77fca5a1c0
commit
85d3c16c6d
1 changed files with 1 additions and 0 deletions
|
@ -128,6 +128,7 @@ class DelugeGTK:
|
|||
## File Menu
|
||||
"add_torrent": self.add_torrent_clicked,
|
||||
"add_torrent_url": self.add_torrent_url_clicked,
|
||||
"remove_torrent": self.remove_torrent_clicked,
|
||||
"menu_quit": self.quit,
|
||||
## Edit Menu
|
||||
"pref_clicked": self.show_pref_dialog,
|
||||
|
|
Loading…
Add table
Reference in a new issue