diff --git a/src/renderer/controllers/torrent-list-controller.js b/src/renderer/controllers/torrent-list-controller.js index 432827dc..77880d3a 100644 --- a/src/renderer/controllers/torrent-list-controller.js +++ b/src/renderer/controllers/torrent-list-controller.js @@ -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' } ]