mirror of
https://github.com/codex-storage/deluge.git
synced 2025-01-12 12:34:43 +00:00
default most toolbar buttons to being disabled
This commit is contained in:
parent
345b28935f
commit
18f7736a22
@ -3,46 +3,53 @@ Deluge.ToolBar = new Ext.Toolbar({
|
||||
{
|
||||
id: 'create',
|
||||
cls: 'x-btn-text-icon',
|
||||
disabled: true,
|
||||
text: _('Create'),
|
||||
icon: '/icons/16/create.png',
|
||||
handler: torrentAction
|
||||
},{
|
||||
id: 'add',
|
||||
cls: 'x-btn-text-icon',
|
||||
disabled: true,
|
||||
text: _('Add'),
|
||||
icon: '/icons/16/add.png',
|
||||
handler: torrentAction
|
||||
},{
|
||||
id: 'remove',
|
||||
cls: 'x-btn-text-icon',
|
||||
disabled: true,
|
||||
text: _('Remove'),
|
||||
icon: '/icons/16/remove.png',
|
||||
handler: torrentAction
|
||||
},{
|
||||
},'|',{
|
||||
id: 'pause',
|
||||
cls: 'x-btn-text-icon',
|
||||
disabled: true,
|
||||
text: _('Pause'),
|
||||
icon: '/icons/16/pause.png',
|
||||
handler: torrentAction
|
||||
},{
|
||||
id: 'resume',
|
||||
cls: 'x-btn-text-icon',
|
||||
disabled: true,
|
||||
text: _('Resume'),
|
||||
icon: '/icons/16/start.png',
|
||||
handler: torrentAction
|
||||
},{
|
||||
},'|',{
|
||||
id: 'up',
|
||||
cls: 'x-btn-text-icon',
|
||||
disabled: true,
|
||||
text: _('Up'),
|
||||
icon: '/icons/16/up.png',
|
||||
handler: torrentAction
|
||||
},{
|
||||
id: 'down',
|
||||
cls: 'x-btn-text-icon',
|
||||
disabled: true,
|
||||
text: _('Down'),
|
||||
icon: '/icons/16/down.png',
|
||||
handler: torrentAction
|
||||
},{
|
||||
},'|',{
|
||||
id: 'preferences',
|
||||
cls: 'x-btn-text-icon',
|
||||
text: _('Preferences'),
|
||||
|
Loading…
x
Reference in New Issue
Block a user