diff --git a/src/main/index.ts b/src/main/index.ts index 3eabbf73..fb8058d5 100644 --- a/src/main/index.ts +++ b/src/main/index.ts @@ -250,7 +250,7 @@ async function createWindow(first = true): Promise { 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 = {