mirror of
https://github.com/rhysd/Mstdn.git
synced 2025-02-02 06:52:13 +01:00
hide dock icon on menubar mode
This commit is contained in:
parent
50b3c54f10
commit
f411c831c5
@ -158,7 +158,6 @@ function startMenuBar(config: Config): Promise<Electron.BrowserWindow> {
|
|||||||
height: state.height,
|
height: state.height,
|
||||||
alwaysOnTop: IS_DEBUG || !!config.always_on_top,
|
alwaysOnTop: IS_DEBUG || !!config.always_on_top,
|
||||||
tooltip: 'Mstdn',
|
tooltip: 'Mstdn',
|
||||||
showDockIcon: true,
|
|
||||||
autoHideMenuBar: true,
|
autoHideMenuBar: true,
|
||||||
useContentSize: true,
|
useContentSize: true,
|
||||||
show: false,
|
show: false,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user