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

1
bin/defaults.ts vendored
View File

@@ -30,6 +30,7 @@ export const DEFAULT_PAKE_OPTIONS: PakeCliOptions = {
keepBinary: false,
multiInstance: false,
startToTray: false,
forceInternalNavigation: false,
};
// Just for cli development