diff --git a/nw-desktop-notifications.js b/nw-desktop-notifications.js index df5c1a4..0aa509f 100644 --- a/nw-desktop-notifications.js +++ b/nw-desktop-notifications.js @@ -21,6 +21,7 @@ height: 0, 'always-on-top': true, show: false, + show_in_taskbar: false, resizable: false }); window.LOCAL_NW.DesktopNotificationsWindow = win; @@ -153,4 +154,4 @@ closeAnyOpenNotificationWindows: closeAnyOpenNotificationWindows }; -})(); \ No newline at end of file +})();