disable add by info hash and create torrent buttons
This commit is contained in:
parent
3ce6f6bb88
commit
00bfd1a442
|
@ -195,7 +195,8 @@ Deluge.Add.Grid = new Ext.grid.GridPanel({
|
|||
id: 'infohash',
|
||||
cls: 'x-btn-text-icon',
|
||||
text: _('Infohash'),
|
||||
icon: '/icons/add_magnet.png'
|
||||
icon: '/icons/add_magnet.png',
|
||||
disabled: true
|
||||
}, '->', {
|
||||
id: 'remove',
|
||||
cls: 'x-btn-text-icon',
|
||||
|
|
|
@ -24,7 +24,7 @@ Copyright:
|
|||
|
||||
Deluge.ToolBar = {
|
||||
connected_buttons: [
|
||||
'create', 'add', 'remove', 'pause', 'resume', 'up', 'down'
|
||||
'add', 'remove', 'pause', 'resume', 'up', 'down'
|
||||
],
|
||||
|
||||
onTorrentAdd: function() {
|
||||
|
|
Loading…
Reference in New Issue