diff --git a/js/notify/electron-notify.js b/js/notify/electron-notify.js index 6bfb7cfb..261a6c9f 100644 --- a/js/notify/electron-notify.js +++ b/js/notify/electron-notify.js @@ -283,7 +283,6 @@ function setupConfig() { // Maximum amount of Notifications we can show: config.maxVisibleNotifications = Math.floor(display.workAreaSize.height / config.totalHeight); - config.maxVisibleNotifications = config.maxVisibleNotifications > 5 ? 5 : config.maxVisibleNotifications; } /**