pull/3094/head
yann300 6 years ago
parent 42bc714cf5
commit 744f461627
  1. 2
      src/app/panels/tab-proxy.js

@ -50,7 +50,7 @@ export class TabProxy {
})
appStore.event.on('activate', (name) => {
const { profile } = appStore.get(name)
const { profile } = appStore.getOne(name)
if (profile.prefferedLocation === 'mainPanel') {
this.addTab(name, () => {
this.event.emit('switchApp', name)

Loading…
Cancel
Save