mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-20 19:44:52 +00:00
use Ext.ux.StatusBar
This commit is contained in:
parent
99197b2063
commit
e441f96204
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
Ext.deluge.Statusbar = Ext.extend(Ext.Toolbar, {
|
||||
Ext.deluge.Statusbar = Ext.extend(Ext.ux.StatusBar, {
|
||||
constructor: function(config) {
|
||||
config = Ext.apply({
|
||||
id: 'deluge-statusbar',
|
||||
|
|
Loading…
Add table
Reference in a new issue