Skip to content

Commit 3d8b581

Browse files
authored
Fix: Fixed issue where the icon for "developer tools" didn't display properly on Windows 10 (#16951)
1 parent 1a1b651 commit 3d8b581

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Files.App/Dialogs/SettingsDialog.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@
138138
Content="{helpers:ResourceString Name=DevTools}"
139139
Tag="DevToolsPage">
140140
<NavigationViewItem.Icon>
141-
<FontIcon Foreground="{ThemeResource App.Theme.IconBaseBrush}" Glyph="&#xE794;" />
141+
<FontIcon Foreground="{ThemeResource App.Theme.IconBaseBrush}" Glyph="&#xEC7A;" />
142142
</NavigationViewItem.Icon>
143143
</NavigationViewItem>
144144
<NavigationViewItem

0 commit comments

Comments
 (0)