Skip to content

Commit

Permalink
change category change arrows
Browse files Browse the repository at this point in the history
  • Loading branch information
Flutterish committed Apr 10, 2022
1 parent ba2fe91 commit 4ff094c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ public OverlayHeaderBreadcrumbControl () {
var prev = TabMap[Items[0]] as ControlTabItem;
foreach ( var item in TabContainer.Children.OfType<ControlTabItem>().Skip( 1 ) ) {
if ( item.Value.Category != category ) {
prev.Chevron.Icon = FontAwesome.Solid.ArrowRight;
prev.Chevron.Icon = FontAwesome.Solid.AngleDoubleRight;
category = item.Value.Category;
}
else {
Expand Down

0 comments on commit 4ff094c

Please sign in to comment.