mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-04 07:28:39 +00:00
Hide unused Infohash button in WebUI
This commit is contained in:
parent
f102e988c9
commit
61dbd349ab
1 changed files with 1 additions and 0 deletions
|
@ -106,6 +106,7 @@ Deluge.add.AddWindow = Ext.extend(Deluge.add.Window, {
|
||||||
}, {
|
}, {
|
||||||
text: _('Infohash'),
|
text: _('Infohash'),
|
||||||
iconCls: 'icon-add-magnet',
|
iconCls: 'icon-add-magnet',
|
||||||
|
hidden: true,
|
||||||
disabled: true
|
disabled: true
|
||||||
}, '->', {
|
}, '->', {
|
||||||
text: _('Remove'),
|
text: _('Remove'),
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue