We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70dc56b commit c7fdfb3Copy full SHA for c7fdfb3
src/Files.App/UserControls/SidebarControl.xaml.cs
@@ -281,7 +281,7 @@ private List<ContextMenuFlyoutItemViewModel> GetLocationItemMenuItems(INavigatio
281
Text = "Properties".GetLocalizedResource(),
282
OpacityIcon = new OpacityIconModel()
283
{
284
- OpacityIconStyle = "ColorIconProperties,
+ OpacityIconStyle = "ColorIconProperties",
285
},
286
Command = OpenPropertiesCommand,
287
CommandParameter = menu,
0 commit comments