🐛 Optimize the multi-platform experience of hide on close
This commit is contained in:
4
bin/types.ts
vendored
4
bin/types.ts
vendored
@@ -73,8 +73,8 @@ export interface PakeCliOptions {
|
||||
// Installer language, valid for Windows users, default is en-US
|
||||
installerLanguage: string;
|
||||
|
||||
// Hide window on close instead of exiting, default false
|
||||
hideOnClose: boolean;
|
||||
// Hide window on close instead of exiting, platform-specific: true for macOS, false for others
|
||||
hideOnClose: boolean | undefined;
|
||||
|
||||
// Launch app in incognito/private mode, default false
|
||||
incognito: boolean;
|
||||
|
||||
Reference in New Issue
Block a user