File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -272,10 +272,9 @@ public static async Task LoadShellMenuItems(
272
272
var openWithItem = shellMenuItems . Where ( x => ( x . Tag as Win32ContextMenuItem ) ? . CommandString == "openas" ) . ToList ( ) . FirstOrDefault ( ) ;
273
273
if ( openWithItem is not null )
274
274
{
275
- openWithItem . ColoredIcon = new ColoredIconModel ( )
275
+ openWithItem . OpacityIcon = new OpacityIconModel ( )
276
276
{
277
- BaseLayerGlyph = "\uF049 " ,
278
- OverlayLayerGlyph = "\uF04A " ,
277
+ OpacityIconStyle = "ColorIconOpenWith" ,
279
278
} ;
280
279
var ( _, openWithItems ) = ItemModelListToContextFlyoutHelper . GetAppBarItemsFromModel ( new List < ContextMenuFlyoutItemViewModel > ( ) { openWithItem } ) ;
281
280
var placeholder = itemContextMenuFlyout . SecondaryCommands . Where ( x => Equals ( ( x as AppBarButton ) ? . Tag , "OpenWithPlaceholder" ) ) . FirstOrDefault ( ) as AppBarButton ;
You can’t perform that action at this time.
0 commit comments