mirror of
https://github.com/sui-feng-cb/AzurLaneAutoScript1.git
synced 2026-06-18 00:25:42 +08:00
Fix: Alas backend haven't been killed when exit from tray menu
This commit is contained in:
@@ -125,7 +125,9 @@ const createWindow = async () => {
|
||||
{
|
||||
label: 'Exit',
|
||||
click: function () {
|
||||
app.quit();
|
||||
alas.kill(function () {
|
||||
mainWindow?.close();
|
||||
})
|
||||
}
|
||||
}
|
||||
]);
|
||||
|
||||
Reference in New Issue
Block a user