From f144f0f8f01aea38e86543e6cfb90e655584bf4e Mon Sep 17 00:00:00 2001 From: James Kolpack Date: Sun, 28 Dec 2025 12:55:59 -0500 Subject: [PATCH] Update icon representation in AppIcons model for improved visual clarity --- WebApp/Models/AppIcons.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WebApp/Models/AppIcons.cs b/WebApp/Models/AppIcons.cs index 4232369..1a1afe6 100644 --- a/WebApp/Models/AppIcons.cs +++ b/WebApp/Models/AppIcons.cs @@ -21,7 +21,7 @@ namespace WebApp.Models { 1 => "○", 2 => "◐", - 3 => "●", + 3 => "⬤", _ => Icons.Material.Filled.QuestionMark }; }