fix: make updater close button close updater

Co-authored-by: Vendicated <vendicated@riseup.net>
This commit is contained in:
Ryan Cao 2023-10-22 22:01:57 +08:00
parent 43ca479fc8
commit ca2e420c2b
No known key found for this signature in database

View file

@ -71,7 +71,7 @@ handle(IpcEvents.FOCUS, () => {
});
handle(IpcEvents.CLOSE, e => {
mainWin.close();
e.sender.close();
});
handle(IpcEvents.MINIMIZE, e => {