mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-20 19:44:52 +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'),
|
||||
iconCls: 'icon-add-magnet',
|
||||
hidden: true,
|
||||
disabled: true
|
||||
}, '->', {
|
||||
text: _('Remove'),
|
||||
|
|
Loading…
Add table
Reference in a new issue