From 3aec10c87fbf50b1b809fa0d18717edeea414bdf Mon Sep 17 00:00:00 2001 From: Tom Butcher Date: Sat, 1 Aug 2026 22:39:11 +0100 Subject: [PATCH] Update electrobun.config.ts to enable exit on last window closed - Changed the runtime configuration to set exitOnLastWindowClosed to true, ensuring the application exits when the last window is closed. --- electrobun.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/electrobun.config.ts b/electrobun.config.ts index 2f1c428..9b0e8e4 100644 --- a/electrobun.config.ts +++ b/electrobun.config.ts @@ -29,7 +29,7 @@ export default { urlSchemes: ["farmcontrolserver"], }, runtime: { - exitOnLastWindowClosed: false, + exitOnLastWindowClosed: true, }, build: { buildFolder: "build",