Removed ProgressBar IsIndeterminate state

This commit is contained in:
ClemensFischer 2025-01-02 10:48:16 +01:00
parent 069072ce34
commit 61a772d02b
4 changed files with 0 additions and 20 deletions

View file

@ -116,9 +116,6 @@
<ProgressBar Width="100" Height="8" Margin="4,2" VerticalAlignment="Center"
Maximum="1" Value="{Binding LoadingProgress}">
<ProgressBar.Styles>
<Style Selector="ProgressBar[Value=0]">
<Setter Property="IsIndeterminate" Value="True"/>
</Style>
<Style Selector="ProgressBar[Value=1]">
<Setter Property="IsVisible" Value="False"/>
</Style>