mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-20 19:44:52 +00:00
remove 'remove torrent' from file menu
This commit is contained in:
parent
820d427a61
commit
862d59f8cc
2 changed files with 818 additions and 833 deletions
File diff suppressed because it is too large
Load diff
|
@ -128,7 +128,6 @@ 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