mirror of
https://github.com/antebudimir/feishin.git
synced 2025-12-31 18:13:31 +00:00
reopen window if exit to tray
This commit is contained in:
parent
67deb3e3d8
commit
961d1838c0
1 changed files with 2 additions and 0 deletions
|
|
@ -629,6 +629,8 @@ if (!singleInstance) {
|
|||
if (mainWindow) {
|
||||
if (mainWindow.isMinimized()) {
|
||||
mainWindow.restore();
|
||||
} else if (!mainWindow.isVisible()) {
|
||||
mainWindow.show();
|
||||
}
|
||||
|
||||
mainWindow.focus();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue