Skip to content
This repository was archived by the owner on Oct 18, 2024. It is now read-only.

Commit 390e2c2

Browse files
committed
Hide dock icon when clicking on the menubar icon
1 parent adbfd45 commit 390e2c2

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

dist/server/api/menuBar.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ router.post("/create", (req, res) => {
3030
icon: icon || state_1.default.icon.replace("icon.png", "IconTemplate.png"),
3131
index: url,
3232
showDockIcon,
33+
showOnAllWorkspaces: false,
3334
browserWindow: {
3435
width,
3536
height,

src/server/api/menuBar.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ router.post("/create", (req, res) => {
4949
icon: icon || state.icon.replace("icon.png", "IconTemplate.png"),
5050
index: url,
5151
showDockIcon,
52+
showOnAllWorkspaces: false,
5253
browserWindow: {
5354
width,
5455
height,

0 commit comments

Comments
 (0)