menu: show TODO box for "Open Torrent Address..."
This commit is contained in:
parent
c8ee947a79
commit
527dde8ca6
1 changed files with 1 additions and 1 deletions
2
index.js
2
index.js
|
|
@ -149,7 +149,7 @@ var template = [
|
|||
{
|
||||
label: 'Open Torrent Address...',
|
||||
accelerator: 'CmdOrCtrl+U',
|
||||
click: function () { window.alert('TODO') }
|
||||
click: function () { electron.dialog.showMessageBox({ message: 'TODO', buttons: ['OK'] }) }
|
||||
},
|
||||
{
|
||||
type: 'separator'
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue