File tree 4 files changed +6
-2
lines changed
4 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 40
40
</ResourceDictionary .ThemeDictionaries>
41
41
</ResourceDictionary >
42
42
</ResourceDictionary .MergedDictionaries>
43
+ <FontFamily x : Key =" CustomLayoutModeIcon" >/Assets/Custom Glyphs/layout-mode-custom-icon.ttf#layout-mode-custom-icon</FontFamily >
43
44
</ResourceDictionary >
44
45
</Application .Resources>
45
46
</Application >
Original file line number Diff line number Diff line change 283
283
<Content Include =" Assets\LargeTile.scale-200.png" />
284
284
<Content Include =" Assets\LargeTile.scale-400.png" />
285
285
<Content Include =" Assets\logo.bmp" />
286
+ <Content Include =" Assets\Custom Glyphs\layout-mode-custom-icon.ttf" />
286
287
<None Include =" Assets\terminal\terminal.json" >
287
288
<CopyToOutputDirectory >PreserveNewest</CopyToOutputDirectory >
288
289
</None >
Original file line number Diff line number Diff line change 102
102
Command =" {x:Bind AppSettings.ToggleLayoutModeTiles}"
103
103
Text =" Tiles View" >
104
104
<MenuFlyoutItem .Icon>
105
- <FontIcon Glyph ="  " />
105
+ <FontIcon Glyph ="  "
106
+ FontFamily =" {StaticResource CustomLayoutModeIcon}" />
106
107
</MenuFlyoutItem .Icon>
107
108
</MenuFlyoutItem >
108
109
<MenuFlyoutItem
109
110
x : Uid =" StatusBarControlListView"
110
111
Command =" {x:Bind AppSettings.ToggleLayoutModeListView}"
111
112
Text =" List View" >
112
113
<MenuFlyoutItem .Icon>
113
- <FontIcon Glyph ="  " />
114
+ <FontIcon Glyph ="  "
115
+ FontFamily =" {StaticResource CustomLayoutModeIcon}" />
114
116
</MenuFlyoutItem .Icon>
115
117
</MenuFlyoutItem >
116
118
</MenuFlyout >
You can’t perform that action at this time.
0 commit comments