🐛 Remove transparent and use hideTitleBar
This commit is contained in:
10
bin/helpers/merge.ts
vendored
10
bin/helpers/merge.ts
vendored
@@ -12,9 +12,10 @@ export async function mergeConfig(url: string, options: PakeAppOptions, tauriCon
|
||||
width,
|
||||
height,
|
||||
fullscreen,
|
||||
transparent,
|
||||
hideTitleBar,
|
||||
alwaysOnTop,
|
||||
disabledWebShortcuts,
|
||||
activationShortcut,
|
||||
userAgent,
|
||||
showSystemTray,
|
||||
systemTrayIcon,
|
||||
@@ -33,10 +34,11 @@ export async function mergeConfig(url: string, options: PakeAppOptions, tauriCon
|
||||
width,
|
||||
height,
|
||||
fullscreen,
|
||||
transparent,
|
||||
alwaysOnTop,
|
||||
disabledWebShortcuts,
|
||||
resizable,
|
||||
hide_title_bar: hideTitleBar,
|
||||
activation_shortcut: activationShortcut,
|
||||
always_on_top: alwaysOnTop,
|
||||
disabled_web_shortcuts: disabledWebShortcuts,
|
||||
};
|
||||
Object.assign(tauriConf.pake.windows[0], { url, ...tauriConfWindowOptions });
|
||||
|
||||
|
||||
Reference in New Issue
Block a user