From f411c831c57701ad2523eca5997baa08d27ac75c Mon Sep 17 00:00:00 2001 From: rhysd Date: Mon, 17 Apr 2017 12:14:30 +0900 Subject: [PATCH] hide dock icon on menubar mode --- main/app.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/main/app.ts b/main/app.ts index 2fb82b2..8a84d48 100644 --- a/main/app.ts +++ b/main/app.ts @@ -158,7 +158,6 @@ function startMenuBar(config: Config): Promise { height: state.height, alwaysOnTop: IS_DEBUG || !!config.always_on_top, tooltip: 'Mstdn', - showDockIcon: true, autoHideMenuBar: true, useContentSize: true, show: false,