mirror of
https://github.com/codex-storage/deluge.git
synced 2025-02-19 22:58:30 +00:00
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',
|
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…
x
Reference in New Issue
Block a user