Skip to content

Commit 58c72c0

Browse files
marcelwgnyaira2
andauthored
Update src/Files.App.Controls/Sidebar/SidebarItem.cs
Co-authored-by: Yair <[email protected]> Signed-off-by: Marcel W. <[email protected]>
1 parent 1935d2c commit 58c72c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Files.App.Controls/Sidebar/SidebarItem.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@ private void UpdateSelectionState()
279279

280280
private void UpdateIcon()
281281
{
282-
Icon = Item?.IconSource?.CreateIconElement();
282+
Icon = Item?.IconSource?.CreateIconElement();
283283
if (Icon is not null)
284284
AutomationProperties.SetAccessibilityView(Icon, AccessibilityView.Raw);
285285
}

0 commit comments

Comments
 (0)