mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-03 15:08:40 +00:00
disable add by info hash and create torrent buttons
This commit is contained in:
parent
3ce6f6bb88
commit
00bfd1a442
2 changed files with 3 additions and 2 deletions
|
@ -195,7 +195,8 @@ Deluge.Add.Grid = new Ext.grid.GridPanel({
|
||||||
id: 'infohash',
|
id: 'infohash',
|
||||||
cls: 'x-btn-text-icon',
|
cls: 'x-btn-text-icon',
|
||||||
text: _('Infohash'),
|
text: _('Infohash'),
|
||||||
icon: '/icons/add_magnet.png'
|
icon: '/icons/add_magnet.png',
|
||||||
|
disabled: true
|
||||||
}, '->', {
|
}, '->', {
|
||||||
id: 'remove',
|
id: 'remove',
|
||||||
cls: 'x-btn-text-icon',
|
cls: 'x-btn-text-icon',
|
||||||
|
|
|
@ -24,7 +24,7 @@ Copyright:
|
||||||
|
|
||||||
Deluge.ToolBar = {
|
Deluge.ToolBar = {
|
||||||
connected_buttons: [
|
connected_buttons: [
|
||||||
'create', 'add', 'remove', 'pause', 'resume', 'up', 'down'
|
'add', 'remove', 'pause', 'resume', 'up', 'down'
|
||||||
],
|
],
|
||||||
|
|
||||||
onTorrentAdd: function() {
|
onTorrentAdd: function() {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue