fix: make updater close button close updater
Co-authored-by: Vendicated <vendicated@riseup.net>
This commit is contained in:
parent
43ca479fc8
commit
ca2e420c2b
1 changed files with 1 additions and 1 deletions
|
@ -71,7 +71,7 @@ handle(IpcEvents.FOCUS, () => {
|
|||
});
|
||||
|
||||
handle(IpcEvents.CLOSE, e => {
|
||||
mainWin.close();
|
||||
e.sender.close();
|
||||
});
|
||||
|
||||
handle(IpcEvents.MINIMIZE, e => {
|
||||
|
|
Reference in a new issue