Skip to content

Commit 7accb0a

Browse files
Update electron/main/windows/main-window.ts
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
1 parent f69481b commit 7accb0a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

electron/main/windows/main-window.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ class MainWindow {
8787
});
8888
}
8989
// 窗口关闭
90-
this.win?.on("close", async (event) => {
90+
this.win?.on("close", (event) => {
9191
if (this.isQuitting) {
9292
return;
9393
}

0 commit comments

Comments
 (0)