Update icon representation in AppIcons model for improved visual clarity

This commit is contained in:
2025-12-28 12:55:59 -05:00
parent 62b6ae06fd
commit f144f0f8f0
+1 -1
View File
@@ -21,7 +21,7 @@ namespace WebApp.Models
{
1 => "○",
2 => "◐",
3 => "",
3 => "",
_ => Icons.Material.Filled.QuestionMark
};
}