mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-06 08:28:39 +00:00
Hide unused Create button in WebUI
This commit is contained in:
parent
bbde86cfb8
commit
1c3d8c214c
1 changed files with 1 additions and 0 deletions
|
@ -42,6 +42,7 @@ Deluge.Toolbar = Ext.extend(Ext.Toolbar, {
|
||||||
{
|
{
|
||||||
id: 'create',
|
id: 'create',
|
||||||
disabled: true,
|
disabled: true,
|
||||||
|
hidden: true,
|
||||||
text: _('Create'),
|
text: _('Create'),
|
||||||
iconCls: 'icon-create',
|
iconCls: 'icon-create',
|
||||||
handler: this.onTorrentAction
|
handler: this.onTorrentAction
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue