File tree Expand file tree Collapse file tree 4 files changed +6
-2
lines changed Expand file tree Collapse file tree 4 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 4040 </ResourceDictionary .ThemeDictionaries>
4141 </ResourceDictionary >
4242 </ResourceDictionary .MergedDictionaries>
43+ <FontFamily x : Key =" CustomLayoutModeIcon" >/Assets/Custom Glyphs/layout-mode-custom-icon.ttf#layout-mode-custom-icon</FontFamily >
4344 </ResourceDictionary >
4445 </Application .Resources>
4546</Application >
Original file line number Diff line number Diff line change 283283 <Content Include =" Assets\LargeTile.scale-200.png" />
284284 <Content Include =" Assets\LargeTile.scale-400.png" />
285285 <Content Include =" Assets\logo.bmp" />
286+ <Content Include =" Assets\Custom Glyphs\layout-mode-custom-icon.ttf" />
286287 <None Include =" Assets\terminal\terminal.json" >
287288 <CopyToOutputDirectory >PreserveNewest</CopyToOutputDirectory >
288289 </None >
Original file line number Diff line number Diff line change 102102 Command =" {x:Bind AppSettings.ToggleLayoutModeTiles}"
103103 Text =" Tiles View" >
104104 <MenuFlyoutItem .Icon>
105- <FontIcon Glyph ="  " />
105+ <FontIcon Glyph ="  "
106+ FontFamily =" {StaticResource CustomLayoutModeIcon}" />
106107 </MenuFlyoutItem .Icon>
107108 </MenuFlyoutItem >
108109 <MenuFlyoutItem
109110 x : Uid =" StatusBarControlListView"
110111 Command =" {x:Bind AppSettings.ToggleLayoutModeListView}"
111112 Text =" List View" >
112113 <MenuFlyoutItem .Icon>
113- <FontIcon Glyph ="  " />
114+ <FontIcon Glyph ="  "
115+ FontFamily =" {StaticResource CustomLayoutModeIcon}" />
114116 </MenuFlyoutItem .Icon>
115117 </MenuFlyoutItem >
116118 </MenuFlyout >
You can’t perform that action at this time.
0 commit comments