From 65629f40b388212f1209dd5c75448e6c64fd43f9 Mon Sep 17 00:00:00 2001 From: d11n Date: Wed, 2 Apr 2025 01:36:34 +0200 Subject: [PATCH] Notifications: Add icon for plugin updates (#6648) Re-uses the general new version icon for plugin updates. Closes #6647. --- BTCPayServer/Blazor/NotificationsDropDown.razor | 1 + 1 file changed, 1 insertion(+) diff --git a/BTCPayServer/Blazor/NotificationsDropDown.razor b/BTCPayServer/Blazor/NotificationsDropDown.razor index e9dd4d2b9..4102ec4fb 100644 --- a/BTCPayServer/Blazor/NotificationsDropDown.razor +++ b/BTCPayServer/Blazor/NotificationsDropDown.razor @@ -156,6 +156,7 @@ "inviteaccepted" => "notifications-account", "newuserrequiresapproval" => "notifications-account", "newversion" => "notifications-new-version", + "pluginupdate" => "notifications-new-version", _ => "note" }; }