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',