1
0
mirror of https://github.com/rhysd/Mstdn.git synced 2025-02-02 06:52:13 +01:00

tiny followup for a74b4f3

This commit is contained in:
rhysd 2017-04-20 01:30:25 +09:00
parent 5aebef7619
commit 80eb09877f
2 changed files with 3 additions and 1 deletions

View File

@ -87,6 +87,8 @@ When this value is set to `true`, the application will be launched with the
menubar hidden, assuming `normal_window` is also true. When set to `false`, the
menubar will be visible on launch. Default value is `false`.
On Windows, typing Alt key shows the hidden menubar.
### `zoom_factor`
Font zoom factor in application. It should be positive number. For example, `0.7` means `70%` font zooming.

View File

@ -160,7 +160,7 @@ function startMenuBar(account: Account, config: Config, bar: Menubar.MenubarApp
alwaysOnTop: IS_DEBUG || !!config.always_on_top,
tooltip: 'Mstdn',
useContentSize: true,
autoHideMenuBar: false,
autoHideMenuBar: config.hide_menu,
show: false,
showDockIcon: true,
webPreferences: {