Removal of use notifcation for downloads as its not used at all
This commit is contained in:
@@ -102,9 +102,9 @@ public class DownloadUi : WindowMediatorSubscriberBase
|
||||
var limiterSnapshot = _pairProcessingLimiter.GetSnapshot();
|
||||
|
||||
// Check if download notifications are enabled (not set to TextOverlay)
|
||||
var useNotifications = _configService.Current.UseLightlessNotifications
|
||||
? _configService.Current.LightlessDownloadNotification != NotificationLocation.LightlessUi
|
||||
: _configService.Current.UseNotificationsForDownloads;
|
||||
var useNotifications =
|
||||
_configService.Current.UseLightlessNotifications &&
|
||||
_configService.Current.LightlessDownloadNotification == NotificationLocation.LightlessUi;
|
||||
|
||||
if (useNotifications)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user