pull/1/head
yann300 6 years ago
parent f27b46109b
commit a8d8230a6d
  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