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
499499 new ContextMenuFlyoutItemViewModel ( )
500500 {
501501 Text = "BaseLayoutContextFlyoutOpenInTerminal/Text" . GetLocalized ( ) ,
502- Glyph = "\uFE56 " ,
502+ Glyph = "\uE756 " ,
503503 Command = commandsViewModel . OpenDirectoryInDefaultTerminalCommand ,
504504 } ,
505505 new ContextMenuFlyoutItemViewModel ( )
Original file line number Diff line number Diff line change 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" />
4648
4749 <local : SettingsBlockControl Title =" {helpers:ResourceString Name=SettingsFilesAndFoldersHideSystemItems}" HorizontalAlignment =" Stretch" >
4850 <local : SettingsBlockControl .Icon>
49- <FontIcon Glyph ="  " />
51+ <FontIcon contract13NotPresent : Glyph = "  " contract13Present : Glyph ="  " />
5052 </local : SettingsBlockControl .Icon>
5153 <ToggleSwitch
5254 AutomationProperties.Name=" {helpers:ResourceString Name=SettingsFilesAndFoldersHideSystemItems}"
You can’t perform that action at this time.
0 commit comments