🐛 Optimize the multi-platform experience of hide on close
This commit is contained in:
2
bin/defaults.ts
vendored
2
bin/defaults.ts
vendored
@@ -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,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user