mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-07 04:20:12 +02:00
+1
-1
@@ -250,7 +250,7 @@ async function createWindow(first = true): Promise<void> {
|
|||||||
await installExtensions().catch(console.log);
|
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);
|
store.set('window_has_frame', nativeFrame);
|
||||||
|
|
||||||
const nativeFrameConfig: Record<string, BrowserWindowConstructorOptions> = {
|
const nativeFrameConfig: Record<string, BrowserWindowConstructorOptions> = {
|
||||||
|
|||||||
Reference in New Issue
Block a user