Skip to content

Commit b89167f

Browse files
committed
Fix icon on Windows 10
1 parent 1a1b651 commit b89167f

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)