menu: show TODO box for "Open Torrent Address..."
This commit is contained in:
2
index.js
2
index.js
@@ -149,7 +149,7 @@ var template = [
|
|||||||
{
|
{
|
||||||
label: 'Open Torrent Address...',
|
label: 'Open Torrent Address...',
|
||||||
accelerator: 'CmdOrCtrl+U',
|
accelerator: 'CmdOrCtrl+U',
|
||||||
click: function () { window.alert('TODO') }
|
click: function () { electron.dialog.showMessageBox({ message: 'TODO', buttons: ['OK'] }) }
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
type: 'separator'
|
type: 'separator'
|
||||||
|
|||||||
Reference in New Issue
Block a user