Hide unused Create button in WebUI
This commit is contained in:
parent
d4834bc6c7
commit
9fd6d3d418
|
@ -42,6 +42,7 @@ Deluge.Toolbar = Ext.extend(Ext.Toolbar, {
|
|||
{
|
||||
id: 'create',
|
||||
disabled: true,
|
||||
hidden: true,
|
||||
text: _('Create'),
|
||||
iconCls: 'icon-create',
|
||||
handler: this.onTorrentAction
|
||||
|
|
Loading…
Reference in New Issue