From 49c45619a535b9feb1c0b7e7a87d0d70f2f8a1d0 Mon Sep 17 00:00:00 2001 From: rhysd Date: Fri, 21 Apr 2017 19:52:30 +0900 Subject: [PATCH] do not use content size (fix #10) --- main/window.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/main/window.ts b/main/window.ts index bb32037..4dc5ecc 100644 --- a/main/window.ts +++ b/main/window.ts @@ -137,7 +137,6 @@ function startNormalWindow(account: Account, config: Config): Promise { y: state.y, icon: APP_ICON, show: false, - useContentSize: true, autoHideMenuBar: !!config.hide_menu, webPreferences: { nodeIntegration: false, @@ -186,7 +185,6 @@ function startMenuBar(account: Account, config: Config, bar: Menubar.MenubarApp height: state.height, alwaysOnTop: IS_DEBUG || !!config.always_on_top, tooltip: 'Mstdn', - useContentSize: true, autoHideMenuBar: !!config.hide_menu, show: false, showDockIcon: true,