Skip to content

Commit 68ef926

Browse files
committed
Fix: Fixed the layout icon in the right click menu
1 parent 47108c4 commit 68ef926

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Files.App/Data/Factories/ContentPageContextFlyoutFactory.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ public static List<ContextMenuFlyoutItemViewModel> GetBaseItemMenuItems(
100100
new ContextMenuFlyoutItemViewModel()
101101
{
102102
Text = "Layout".GetLocalizedResource(),
103-
Glyph = "\uE152",
103+
Glyph = "\uE8A9",
104104
ShowItem = !itemsSelected,
105105
ShowInRecycleBin = true,
106106
ShowInSearchPage = true,

0 commit comments

Comments
 (0)