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

hide dock icon on menubar mode

This commit is contained in:
rhysd 2017-04-17 12:14:30 +09:00
parent 50b3c54f10
commit f411c831c5

View File

@ -158,7 +158,6 @@ function startMenuBar(config: Config): Promise<Electron.BrowserWindow> {
height: state.height,
alwaysOnTop: IS_DEBUG || !!config.always_on_top,
tooltip: 'Mstdn',
showDockIcon: true,
autoHideMenuBar: true,
useContentSize: true,
show: false,