✨ Support setting navigation bar title
This commit is contained in:
2
bin/helpers/merge.ts
vendored
2
bin/helpers/merge.ts
vendored
@@ -34,6 +34,7 @@ export async function mergeConfig(
|
||||
installerLanguage,
|
||||
hideOnClose,
|
||||
incognito,
|
||||
title,
|
||||
} = options;
|
||||
|
||||
const { platform } = process;
|
||||
@@ -51,6 +52,7 @@ export async function mergeConfig(
|
||||
disabled_web_shortcuts: disabledWebShortcuts,
|
||||
hide_on_close: hideOnClose,
|
||||
incognito: incognito,
|
||||
title: title || null,
|
||||
};
|
||||
Object.assign(tauriConf.pake.windows[0], { url, ...tauriConfWindowOptions });
|
||||
|
||||
|
||||
Reference in New Issue
Block a user