Compare commits
2 Commits
290c405f52
...
47f3044a6d
Author | SHA1 | Date | |
---|---|---|---|
47f3044a6d | |||
6d03cc5f8d |
@ -45,7 +45,7 @@ public abstract class NotificationConnector : GlobalBase
|
||||
public void SendNotification(string title, string notificationText, bool buffer = false)
|
||||
{
|
||||
_notificationRequested ??= DateTime.Now;
|
||||
if (!TrangaSettings.bufferLibraryUpdates || !buffer)
|
||||
if (!TrangaSettings.bufferNotifications || !buffer)
|
||||
{
|
||||
SendNotificationInternal(title, notificationText);
|
||||
return;
|
||||
|
Loading…
Reference in New Issue
Block a user