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:
parent
5aebef7619
commit
80eb09877f
@ -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.
|
||||
|
@ -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: {
|
||||
|
Loading…
x
Reference in New Issue
Block a user