Support setting incognita mode

This commit is contained in:
Tw93
2025-08-14 17:00:26 +08:00
parent 8313d9142b
commit 7a4f4c6d3d
9 changed files with 31 additions and 1 deletions

3
bin/types.ts vendored
View File

@@ -71,6 +71,9 @@ export interface PakeCliOptions {
// Hide window on close instead of exiting, default false
hideOnClose: boolean;
// Launch app in incognito/private mode, default false
incognito: boolean;
}
export interface PakeAppOptions extends PakeCliOptions {