mirror of
https://github.com/transmission/transmission
synced 2024-12-24 08:43:27 +00:00
add "Ask Tracker for More Peers" to the torrent list's right-click context menu
This commit is contained in:
parent
825e1d9334
commit
574edab4e3
1 changed files with 1 additions and 0 deletions
1
gtk/ui.h
1
gtk/ui.h
|
@ -43,6 +43,7 @@ const char * fallback_ui_file =
|
||||||
" <menuitem action='start-torrent'/>\n"
|
" <menuitem action='start-torrent'/>\n"
|
||||||
" <menuitem action='pause-torrent'/>\n"
|
" <menuitem action='pause-torrent'/>\n"
|
||||||
" <menuitem action='verify-torrent'/>\n"
|
" <menuitem action='verify-torrent'/>\n"
|
||||||
|
" <menuitem action='update-tracker'/>\n"
|
||||||
" <separator/>\n"
|
" <separator/>\n"
|
||||||
" <menuitem action='remove-torrent'/>\n"
|
" <menuitem action='remove-torrent'/>\n"
|
||||||
" </popup>\n"
|
" </popup>\n"
|
||||||
|
|
Loading…
Reference in a new issue