From 3fa07f802cad5e32f5cb503493bc8e3fcc3df0e9 Mon Sep 17 00:00:00 2001 From: Chris Jacobsen Date: Sat, 2 Nov 2024 18:36:05 -0400 Subject: [PATCH] Fix for news button not "silencing" after acknowledging last unread news item --- BLAZAM/BLAZAM.csproj | 2 +- BLAZAMGui/UI/Outputs/ApplicationNewsProvider.razor | 6 +++++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/BLAZAM/BLAZAM.csproj b/BLAZAM/BLAZAM.csproj index 6207c84e..9d30f431 100644 --- a/BLAZAM/BLAZAM.csproj +++ b/BLAZAM/BLAZAM.csproj @@ -6,7 +6,7 @@ enable false 1.0.7 - 2024.11.02.2021 + 2024.11.02.2234 false BLAZAM False diff --git a/BLAZAMGui/UI/Outputs/ApplicationNewsProvider.razor b/BLAZAMGui/UI/Outputs/ApplicationNewsProvider.razor index 28e2ec75..8dfb9085 100644 --- a/BLAZAMGui/UI/Outputs/ApplicationNewsProvider.razor +++ b/BLAZAMGui/UI/Outputs/ApplicationNewsProvider.razor @@ -34,7 +34,11 @@ @foreach (var item in unreadItems.OrderByDescending(x => x.UpdatedAt)) { - + } @if (showRead)