Fixed LED Options being shown again

merge-requests/160/merge^2
_Neo_ 2025-10-13 12:47:40 +03:00
parent 6017fba9e5
commit d7923beb8a
1 changed files with 1 additions and 1 deletions

View File

@ -554,7 +554,7 @@
</Button>
</StackPanel>
<controls:MiniVerticalSeparator Height="64" IsVisible="{Binding ParentModel.HasLed}"/>
<StackPanel Orientation="Vertical" Spacing="5">
<StackPanel Orientation="Vertical" Spacing="5" IsVisible="{Binding ParentModel.HasLed}">
<CheckBox
Margin="10, 10, 10, 0"
MinWidth="0"