Skip to content

Commit e6ced6c

Browse files
committed
Comment
1 parent 9613c44 commit e6ced6c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Files.App/UserControls/AddressToolbar.xaml.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ private async Task AddHistoryItemsAsync(IEnumerable<PageStackEntry> items, IList
183183

184184
var flyoutItem = new MenuFlyoutItem
185185
{
186-
Icon = new FontIcon { Glyph = "\uE8B7" },
186+
Icon = new FontIcon { Glyph = "\uE8B7" }, // Use font icon as placeholder
187187
Text = fileName,
188188
Command = historyItemClickedCommand,
189189
CommandParameter = new ToolbarHistoryItemModel(item, isBackMode)

src/Files.App/ViewModels/UserControls/AddressToolbarViewModel.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -653,7 +653,7 @@ public async Task SetPathBoxDropDownFlyoutAsync(MenuFlyout flyout, PathBoxItem p
653653
{
654654
var flyoutItem = new MenuFlyoutItem
655655
{
656-
Icon = new FontIcon { Glyph = "\uE8B7" },
656+
Icon = new FontIcon { Glyph = "\uE8B7" }, // Use font icon as placeholder
657657
Text = childFolder.Item.Name,
658658
FontSize = 12,
659659
};

0 commit comments

Comments
 (0)