mirror of
https://github.com/codex-storage/deluge.git
synced 2025-02-17 05:47:50 +00:00
Hide unused Create button in WebUI
This commit is contained in:
parent
bbde86cfb8
commit
1c3d8c214c
@ -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…
x
Reference in New Issue
Block a user