From 88cf5f3eb299d10372335ea6850b3806f4b4acdf Mon Sep 17 00:00:00 2001 From: jeffvli Date: Wed, 22 Oct 2025 00:08:04 -0700 Subject: [PATCH] fix OOBE window bar config (#1057) (#1203) --- src/main/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = {