#523 Patch
This commit is contained in:
parent
24fbfb6dc4
commit
2d16423106
1 changed files with 1 additions and 0 deletions
|
@ -219,6 +219,7 @@ export class AppEvents {
|
||||||
app.quit()
|
app.quit()
|
||||||
} else if (utils.getWindow()) {
|
} else if (utils.getWindow()) {
|
||||||
if (utils.getWindow().isMinimized()) utils.getWindow().restore()
|
if (utils.getWindow().isMinimized()) utils.getWindow().restore()
|
||||||
|
utils.getWindow().show()
|
||||||
utils.getWindow().focus()
|
utils.getWindow().focus()
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue