Support setting navigation bar title

This commit is contained in:
Tw93
2025-08-14 17:18:52 +08:00
parent 7a4f4c6d3d
commit b2072b5e80
8 changed files with 45 additions and 1 deletions

1
bin/cli.ts vendored
View File

@@ -128,6 +128,7 @@ program
.default(DEFAULT.hideOnClose)
.hideHelp(),
)
.addOption(new Option('--title <string>', 'Window title').hideHelp())
.addOption(
new Option('--incognito', 'Launch app in incognito/private mode').default(
DEFAULT.incognito,