This commit is contained in:
Eugene Pankov 2020-02-13 12:32:04 +01:00
parent 5e678c15f3
commit fbb6614553

View File

@ -190,6 +190,7 @@ export class AppRootComponent {
if (this.config.store.appearance.dock === 'off') {
// not docked, visible
setTimeout(() => {
this.hostApp.getWindow().show()
this.hostApp.getWindow().focus()
})
} else {