mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-17 17:14:18 +02:00
Updated task notification UI. Last message will stay on screen for an extra 3 seconds if there are no new messages.
This commit is contained in:
@@ -4,7 +4,7 @@ $(function () {
|
||||
refreshNotifications();
|
||||
|
||||
var timer = window.setInterval(function () {
|
||||
speed = 1000;
|
||||
speed = 500;
|
||||
refreshNotifications();
|
||||
}, 2000);
|
||||
|
||||
|
Reference in New Issue
Block a user