🐛 Remove transparent and use hideTitleBar
This commit is contained in:
10
bin/defaults.ts
vendored
10
bin/defaults.ts
vendored
@@ -6,7 +6,7 @@ export const DEFAULT_PAKE_OPTIONS: PakeCliOptions = {
|
||||
width: 1200,
|
||||
fullscreen: false,
|
||||
resizable: true,
|
||||
transparent: false,
|
||||
hideTitleBar: false,
|
||||
alwaysOnTop: false,
|
||||
disabledWebShortcuts: false,
|
||||
activationShortcut: '',
|
||||
@@ -22,10 +22,10 @@ export const DEFAULT_PAKE_OPTIONS: PakeCliOptions = {
|
||||
};
|
||||
|
||||
// Just for cli development
|
||||
export const DEFAULT_DEV_PAKE_OPTIONS: PakeCliOptions & {url: string} = {
|
||||
export const DEFAULT_DEV_PAKE_OPTIONS: PakeCliOptions & { url: string } = {
|
||||
...DEFAULT_PAKE_OPTIONS,
|
||||
url: 'https://weread.qq.com',
|
||||
name: 'WeRead',
|
||||
safeDomain:['weread.qq.com'],
|
||||
transparent: true,
|
||||
}
|
||||
safeDomain: ['weread.qq.com'],
|
||||
hideTitleBar: true,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user