You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CommunityToolkit.App.Shared/Helpers/NavigationViewHelper.cs
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -44,7 +44,7 @@ public static class NavigationViewHelper
44
44
yieldreturnnewMUXC.NavigationViewItem
45
45
{
46
46
Content=metadata.Title,
47
-
Icon=newBitmapIcon(){ShowAsMonochrome=false,UriSource=newUri(IconHelper.GetIconPath(metadata.Icon))},// TO DO: This is probably a property we need to add to ToolkitFrontMatter?
0 commit comments