mirror of
https://github.com/Eugeny/tabby.git
synced 2025-07-08 04:19:57 +00:00
fixed #185
This commit is contained in:
parent
5e678c15f3
commit
fbb6614553
@ -190,6 +190,7 @@ export class AppRootComponent {
|
|||||||
if (this.config.store.appearance.dock === 'off') {
|
if (this.config.store.appearance.dock === 'off') {
|
||||||
// not docked, visible
|
// not docked, visible
|
||||||
setTimeout(() => {
|
setTimeout(() => {
|
||||||
|
this.hostApp.getWindow().show()
|
||||||
this.hostApp.getWindow().focus()
|
this.hostApp.getWindow().focus()
|
||||||
})
|
})
|
||||||
} else {
|
} else {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user