We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16eb5ce commit e7a6bc5Copy full SHA for e7a6bc5
src/background.ts
@@ -134,9 +134,6 @@ if (gotTheLock) {
134
event.preventDefault();
135
mainWindow.hide();
136
trayManager?.showMinimizeToTrayWarning();
137
- if (process.platform === "darwin") {
138
- app.dock.hide();
139
- }
140
} else {
141
app.quit(); // If we don't explicitly call this, the webview and mainWindow get destroyed but background process still runs.
142
}
0 commit comments