aboutsummaryrefslogtreecommitdiffstats
path: root/src/index.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/index.js')
-rw-r--r--src/index.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/index.js b/src/index.js
index 4da000f69..594097288 100644
--- a/src/index.js
+++ b/src/index.js
@@ -292,7 +292,7 @@ const createWindow = () => {
292 }); 292 });
293 293
294 mainWindow.on('show', () => { 294 mainWindow.on('show', () => {
295 debug('Skip taskbar: false'); 295 debug('Skip taskbar: true');
296 mainWindow.setSkipTaskbar(false); 296 mainWindow.setSkipTaskbar(false);
297 }); 297 });
298 298