mirror of
https://github.com/codex-storage/deluge.git
synced 2025-01-27 11:45:44 +00:00
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…
x
Reference in New Issue
Block a user