Hide unused Infohash button in WebUI

This commit is contained in:
Calum Lind 2012-03-14 00:26:08 +00:00
parent f102e988c9
commit 61dbd349ab

View File

@ -106,6 +106,7 @@ Deluge.add.AddWindow = Ext.extend(Deluge.add.Window, {
}, {
text: _('Infohash'),
iconCls: 'icon-add-magnet',
hidden: true,
disabled: true
}, '->', {
text: _('Remove'),