mirror of
https://github.com/antebudimir/feishin.git
synced 2025-12-31 10:03:33 +00:00
parent
a9af1e91d4
commit
88cf5f3eb2
1 changed files with 1 additions and 1 deletions
|
|
@ -250,7 +250,7 @@ async function createWindow(first = true): Promise<void> {
|
|||
await installExtensions().catch(console.log);
|
||||
}
|
||||
|
||||
const nativeFrame = store.get('window_window_bar_style') === 'linux';
|
||||
const nativeFrame = store.get('window_window_bar_style', 'linux') === 'linux';
|
||||
store.set('window_has_frame', nativeFrame);
|
||||
|
||||
const nativeFrameConfig: Record<string, BrowserWindowConstructorOptions> = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue