|
|
@ -386,7 +386,6 @@ class AppComponent { |
|
|
|
this.hiddenPanel = new HiddenPanel() |
|
|
|
this.hiddenPanel = new HiddenPanel() |
|
|
|
this.pinnedPanel = new PinnedPanel() |
|
|
|
this.pinnedPanel = new PinnedPanel() |
|
|
|
|
|
|
|
|
|
|
|
console.log('statusplugin', this.statusBar) |
|
|
|
|
|
|
|
const pluginManagerComponent = new PluginManagerComponent(appManager, this.engine) |
|
|
|
const pluginManagerComponent = new PluginManagerComponent(appManager, this.engine) |
|
|
|
const filePanel = new FilePanel(appManager) |
|
|
|
const filePanel = new FilePanel(appManager) |
|
|
|
const landingPage = new LandingPage(appManager, this.menuicons, fileManager, filePanel, contentImport) |
|
|
|
const landingPage = new LandingPage(appManager, this.menuicons, fileManager, filePanel, contentImport) |
|
|
|