Skip to content

Commit 13039f6

Browse files
committed
Merge branch 'niels9001/iconsupport' of https://github.com/CommunityToolkit/Tooling-Windows-Submodule into niels9001/iconsupport
2 parents 140efa8 + b3a04e5 commit 13039f6

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CommunityToolkit.App.Shared/Helpers/NavigationViewHelper.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ public static class NavigationViewHelper
4444
yield return new MUXC.NavigationViewItem
4545
{
4646
Content = metadata.Title,
47-
Icon = new BitmapIcon() { ShowAsMonochrome = false, UriSource = new Uri(IconHelper.GetIconPath(metadata.Icon)) }, // TO DO: This is probably a property we need to add to ToolkitFrontMatter?
47+
Icon = new BitmapIcon() { ShowAsMonochrome = false, UriSource = new Uri(IconHelper.GetIconPath(metadata.Icon)) },
4848
Tag = metadata,
4949
};
5050
}

CommunityToolkit.Tooling.SampleGen/ToolkitSampleCategory.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ public enum ToolkitSampleCategory : byte
1313
/// Various layouts and panels
1414
/// </summary>
1515
Layouts,
16+
1617
/// <summary>
1718
/// Various UI controls that the user sees and interacts with.
1819
/// </summary>

0 commit comments

Comments
 (0)