Support force internal navigation parameter

This commit is contained in:
Tw93
2025-11-11 15:40:10 +08:00
parent aa65c7cd19
commit eb829ca85c
9 changed files with 56 additions and 3 deletions

3
bin/types.ts vendored
View File

@@ -96,6 +96,9 @@ export interface PakeCliOptions {
// Start app minimized to tray, default false
startToTray: boolean;
// Force navigation to stay inside the Pake window even for external links
forceInternalNavigation: boolean;
}
export interface PakeAppOptions extends PakeCliOptions {