mirror of
https://github.com/Artemis-RGB/Artemis
synced 2025-12-13 05:48:35 +00:00
Sidebar - Don't show "Empty category" on collapsed categories
This commit is contained in:
parent
b6b351f32e
commit
d87ce6263f
@ -216,7 +216,7 @@
|
|||||||
</Button>
|
</Button>
|
||||||
</Grid>
|
</Grid>
|
||||||
|
|
||||||
<Panel Grid.Row="1">
|
<Panel Grid.Row="1" IsVisible="{CompiledBinding !IsCollapsed}">
|
||||||
<ListBox Name="SidebarListBox"
|
<ListBox Name="SidebarListBox"
|
||||||
Classes="sidebar-listbox"
|
Classes="sidebar-listbox"
|
||||||
Items="{CompiledBinding ProfileConfigurations}"
|
Items="{CompiledBinding ProfileConfigurations}"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user