bugfix :: 노티 수신시 window state 가 unvisible 즉 tray 에 있을 경우 minimize 로 작업표시출에 표시하고 블링크 하도록 수정.
This commit is contained in:
parent
19354aaec6
commit
8d5127c261
|
@ -800,6 +800,10 @@ ipcMain.on(
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
if (!appWindow.isVisible()) {
|
||||||
|
appWindow.browserWindow.minimize();
|
||||||
|
}
|
||||||
|
|
||||||
appWindow.browserWindow.flashFrame(true);
|
appWindow.browserWindow.flashFrame(true);
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
|
|
Loading…
Reference in New Issue
Block a user