Skip to content

Commit af9d356

Browse files
imaginarnyadlk
authored andcommitted
fix(Windows): Remove minimize setting check on close event (#1038) @imaginarny
closes #763 closes #1006
1 parent 79df7b5 commit af9d356

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ const createWindow = () => {
120120
mainWindow.hide();
121121
}
122122

123-
if (isWindows && settings.get('minimizeToSystemTray')) {
123+
if (isWindows) {
124124
mainWindow.setSkipTaskbar(true);
125125
}
126126
} else {

0 commit comments

Comments
 (0)