Update electrobun.config.ts to enable exit on last window closed
All checks were successful
farmcontrol/farmcontrol-server/pipeline/head This commit looks good
All checks were successful
farmcontrol/farmcontrol-server/pipeline/head This commit looks good
- Changed the runtime configuration to set exitOnLastWindowClosed to true, ensuring the application exits when the last window is closed.
This commit is contained in:
parent
cf0643b7dd
commit
3aec10c87f
@ -29,7 +29,7 @@ export default {
|
|||||||
urlSchemes: ["farmcontrolserver"],
|
urlSchemes: ["farmcontrolserver"],
|
||||||
},
|
},
|
||||||
runtime: {
|
runtime: {
|
||||||
exitOnLastWindowClosed: false,
|
exitOnLastWindowClosed: true,
|
||||||
},
|
},
|
||||||
build: {
|
build: {
|
||||||
buildFolder: "build",
|
buildFolder: "build",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user