This commit is contained in:
Vanessa 2023-09-17 22:27:55 +08:00
parent 40218fa1a0
commit 3925d5d1c4
11 changed files with 22 additions and 24 deletions

View file

@ -6,4 +6,4 @@ export const closeWindow = async (app: App) => {
await app.plugins[i].onunload();
}
getCurrentWindow().destroy();
}
};