This commit is contained in:
Core 2022-03-01 03:37:20 +00:00
parent 24fbfb6dc4
commit 2d16423106
No known key found for this signature in database
GPG key ID: FE9BF1B547F8F3C6

View file

@ -219,6 +219,7 @@ export class AppEvents {
app.quit()
} else if (utils.getWindow()) {
if (utils.getWindow().isMinimized()) utils.getWindow().restore()
utils.getWindow().show()
utils.getWindow().focus()
}
})