create the toolbar with the rest of the UI
This commit is contained in:
parent
a827cf6c7a
commit
ae6837c88c
|
@ -190,5 +190,3 @@ Deluge.Toolbar = Ext.extend(Ext.Toolbar, {
|
|||
deluge.add.show();
|
||||
}
|
||||
});
|
||||
|
||||
deluge.toolbar = new Deluge.Toolbar();
|
||||
|
|
|
@ -55,6 +55,7 @@ deluge.ui = {
|
|||
deluge.preferences = new Deluge.preferences.PreferencesWindow();
|
||||
deluge.sidebar = new Deluge.Sidebar();
|
||||
deluge.statusbar = new Deluge.Statusbar();
|
||||
deluge.toolbar = new Deluge.Toolbar();
|
||||
|
||||
this.MainPanel = new Ext.Panel({
|
||||
id: 'mainPanel',
|
||||
|
|
Loading…
Reference in New Issue