Skip to content

Commit a3634ed

Browse files
authored
Added missing icons glyphs for open in terminal and hide protected SO files setting. (#6000)
1 parent fb247f2 commit a3634ed

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

Files/Helpers/ContextFlyoutItemHelper.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -499,7 +499,7 @@ public static List<ContextMenuFlyoutItemViewModel> GetBaseLayoutMenuItems(Curren
499499
new ContextMenuFlyoutItemViewModel()
500500
{
501501
Text = "BaseLayoutContextFlyoutOpenInTerminal/Text".GetLocalized(),
502-
Glyph = "\uFE56",
502+
Glyph = "\uE756",
503503
Command = commandsViewModel.OpenDirectoryInDefaultTerminalCommand,
504504
},
505505
new ContextMenuFlyoutItemViewModel()

Files/Views/SettingsPages/FilesAndFolders.xaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77
xmlns:local="using:Files.UserControls.Settings"
88
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
99
xmlns:settingsviewmodels="using:Files.ViewModels.SettingsViewModels"
10+
xmlns:contract13NotPresent="http://schemas.microsoft.com/winfx/2006/xaml/presentation?IsApiContractNotPresent(Windows.Foundation.UniversalApiContract,13)"
11+
xmlns:contract13Present="http://schemas.microsoft.com/winfx/2006/xaml/presentation?IsApiContractPresent(Windows.Foundation.UniversalApiContract,13)"
1012
mc:Ignorable="d">
1113
<Page.Resources>
1214
<ResourceDictionary Source="/ResourceDictionaries/RightAlignedToggleSwitchStyle.xaml" />
@@ -46,7 +48,7 @@
4648

4749
<local:SettingsBlockControl Title="{helpers:ResourceString Name=SettingsFilesAndFoldersHideSystemItems}" HorizontalAlignment="Stretch">
4850
<local:SettingsBlockControl.Icon>
49-
<FontIcon Glyph="&#xED1A;" />
51+
<FontIcon contract13NotPresent:Glyph="&#xE72E;" contract13Present:Glyph="&#xED1A;" />
5052
</local:SettingsBlockControl.Icon>
5153
<ToggleSwitch
5254
AutomationProperties.Name="{helpers:ResourceString Name=SettingsFilesAndFoldersHideSystemItems}"

0 commit comments

Comments
 (0)