From edd7b80fcd0f73b941dbe27d21bfb5f2eae94f73 Mon Sep 17 00:00:00 2001 From: JellyBrick Date: Wed, 4 Oct 2023 23:57:19 +0900 Subject: [PATCH] fix: fix #34 --- index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.ts b/index.ts index 3af1f805..b3e810f2 100644 --- a/index.ts +++ b/index.ts @@ -206,7 +206,7 @@ function createMainWindow() { sandbox: false, }), }, - frame: !is.macOS() && !is.linux() && !useInlineMenu, + frame: !is.macOS() && !useInlineMenu, titleBarOverlay: { color: '#00000000', symbolColor: '#ffffff',