download notification stuck fix, more x and y offset positions
This commit is contained in:
@@ -86,6 +86,12 @@ public class LightlessNotificationUi : WindowMediatorSubscriberBase
|
||||
existing.Progress = updated.Progress;
|
||||
existing.ShowProgress = updated.ShowProgress;
|
||||
existing.Title = updated.Title;
|
||||
|
||||
if (updated.Type == NotificationType.Download && updated.Progress < 1.0f)
|
||||
{
|
||||
existing.CreatedAt = DateTime.UtcNow;
|
||||
}
|
||||
|
||||
_logger.LogDebug("Updated existing notification: {Title}", updated.Title);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user