🐛 Optimize the multi-platform experience of hide on close

This commit is contained in:
Tw93
2025-08-31 15:02:25 +08:00
parent a7f1fa1b40
commit 85943b8134
9 changed files with 54 additions and 20 deletions

2
bin/defaults.ts vendored
View File

@@ -22,7 +22,7 @@ export const DEFAULT_PAKE_OPTIONS: PakeCliOptions = {
debug: false,
inject: [],
installerLanguage: 'en-US',
hideOnClose: true,
hideOnClose: undefined, // Platform-specific: true for macOS, false for others
incognito: false,
wasm: false,
};