mirror of
https://github.com/W1NDes/M-AzurLaneAutoScript.git
synced 2026-05-14 05:07:58 +08:00
Fix: Alas backend haven't been killed when exit from tray menu
This commit is contained in:
parent
b8be504cb6
commit
94f4167396
@ -125,7 +125,9 @@ const createWindow = async () => {
|
||||
{
|
||||
label: 'Exit',
|
||||
click: function () {
|
||||
app.quit();
|
||||
alas.kill(function () {
|
||||
mainWindow?.close();
|
||||
})
|
||||
}
|
||||
}
|
||||
]);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user