Add "Paste Torrent Address" button to context menu.

Closes #834.
This commit is contained in:
Benjamin Tan
2016-10-06 18:11:21 +08:00
parent 382ea3d965
commit e14005abab

View File

@@ -216,6 +216,13 @@ module.exports = class TorrentListController {
{
label: 'Save Torrent File As...',
click: () => dispatch('saveTorrentFileAs', torrentSummary.torrentKey)
},
{
type: 'separator'
},
{
label: 'Paste Torrent Address',
role: 'paste'
}
]