1
0
mirror of https://github.com/rhysd/Mstdn.git synced 2025-01-21 20:52:11 +01:00

do not use content size (fix #10)

This commit is contained in:
rhysd 2017-04-21 19:52:30 +09:00
parent 1e7df65f57
commit 49c45619a5

View File

@ -137,7 +137,6 @@ function startNormalWindow(account: Account, config: Config): Promise<Window> {
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,