We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 36fe89a commit 45f0496Copy full SHA for 45f0496
main.js
@@ -22,8 +22,6 @@ function createWindow() {
22
mainWindow.maximize();
23
mainWindow.show();
24
25
- app.dock.hide();
26
-
27
mainWindow.setIgnoreMouseEvents(true);
28
mainWindow.setSkipTaskbar(true);
29
mainWindow.setResizable(false);
@@ -37,7 +35,7 @@ function createWindow() {
37
35
app.dock.hide();
38
36
} else {
39
// To hide the app in the dock for windows and linux
40
- window.setSkipTaskbar(true);
+ mainWindow.setSkipTaskbar(true);
41
}
42
43
// and load the index.html of the app.
0 commit comments