Skip to content

Commit e7a6bc5

Browse files
committed
Dont hide dock icon
1 parent 16eb5ce commit e7a6bc5

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/background.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -134,9 +134,6 @@ if (gotTheLock) {
134134
event.preventDefault();
135135
mainWindow.hide();
136136
trayManager?.showMinimizeToTrayWarning();
137-
if (process.platform === "darwin") {
138-
app.dock.hide();
139-
}
140137
} else {
141138
app.quit(); // If we don't explicitly call this, the webview and mainWindow get destroyed but background process still runs.
142139
}

0 commit comments

Comments
 (0)