File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -499,7 +499,7 @@ public static List<ContextMenuFlyoutItemViewModel> GetBaseLayoutMenuItems(Curren
499
499
new ContextMenuFlyoutItemViewModel ( )
500
500
{
501
501
Text = "BaseLayoutContextFlyoutOpenInTerminal/Text" . GetLocalized ( ) ,
502
- Glyph = "\uFE56 " ,
502
+ Glyph = "\uE756 " ,
503
503
Command = commandsViewModel . OpenDirectoryInDefaultTerminalCommand ,
504
504
} ,
505
505
new ContextMenuFlyoutItemViewModel ( )
Original file line number Diff line number Diff line change 7
7
xmlns : local =" using:Files.UserControls.Settings"
8
8
xmlns : mc =" http://schemas.openxmlformats.org/markup-compatibility/2006"
9
9
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)"
10
12
mc : Ignorable =" d" >
11
13
<Page .Resources>
12
14
<ResourceDictionary Source =" /ResourceDictionaries/RightAlignedToggleSwitchStyle.xaml" />
46
48
47
49
<local : SettingsBlockControl Title =" {helpers:ResourceString Name=SettingsFilesAndFoldersHideSystemItems}" HorizontalAlignment =" Stretch" >
48
50
<local : SettingsBlockControl .Icon>
49
- <FontIcon Glyph ="  " />
51
+ <FontIcon contract13NotPresent : Glyph = "  " contract13Present : Glyph ="  " />
50
52
</local : SettingsBlockControl .Icon>
51
53
<ToggleSwitch
52
54
AutomationProperties.Name=" {helpers:ResourceString Name=SettingsFilesAndFoldersHideSystemItems}"
You can’t perform that action at this time.
0 commit comments