Hide unused Create button in WebUI

This commit is contained in:
Calum Lind 2012-01-06 02:06:26 +00:00
parent bbde86cfb8
commit 1c3d8c214c
1 changed files with 1 additions and 0 deletions

View File

@ -42,6 +42,7 @@ Deluge.Toolbar = Ext.extend(Ext.Toolbar, {
{
id: 'create',
disabled: true,
hidden: true,
text: _('Create'),
iconCls: 'icon-create',
handler: this.onTorrentAction