Skip to content

Commit c7fdfb3

Browse files
committed
Update SidebarControl.xaml.cs
1 parent 70dc56b commit c7fdfb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Files.App/UserControls/SidebarControl.xaml.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@ private List<ContextMenuFlyoutItemViewModel> GetLocationItemMenuItems(INavigatio
281281
Text = "Properties".GetLocalizedResource(),
282282
OpacityIcon = new OpacityIconModel()
283283
{
284-
OpacityIconStyle = "ColorIconProperties,
284+
OpacityIconStyle = "ColorIconProperties",
285285
},
286286
Command = OpenPropertiesCommand,
287287
CommandParameter = menu,

0 commit comments

Comments
 (0)