Feature/update icons (#378)

* Added a few icons to ttf font

* Replace junk with blocked

* Fix build

* Remove outdated commandBar styles

* Added Icomoon file to root

* Added imap icon
This commit is contained in:
Tiktack
2024-09-14 21:15:38 +02:00
committed by GitHub
parent 4ac8095554
commit cad9250cb7
12 changed files with 69 additions and 261 deletions

View File

@@ -93,6 +93,7 @@ namespace Wino.MenuFlyouts
{
Text = option.Title,
Tag = option,
Icon = new WinoFontIcon() { Icon = XamlHelpers.GetWinoIconGlyph(option.Type)},
IsChecked = option == SelectedSortingOption
};