kikipoulet / SukiUI

UI Theme for AvaloniaUI
MIT License
1.52k stars 140 forks source link

[Bug] Icon doesn't show when SukiSideMenu isn't expanded by default #337

Open Edgarianom1212 opened 1 week ago

Edgarianom1212 commented 1 week ago

Check the following items

Description of the issue

When setting the property "IsMenuExpanded" of the SukiSideMenu to false in the axaml code, the icon doesn't show that is set for the currently selected SukiSideMenuItem.

Package Version

6.0.0-rc

Environment

Windows 10

Expected Behavior

Icon should be visible even when having "IsMenuExpanded" set to false

Reproduction

Set "IsMenuExpanded" to false in the axaml and set an icon for the SukiSideMenuItem that is currently showing

Additional Information

No response