Skip to content

Commit

Permalink
šŸš€ Performance: work around a WPF bug by managing ProgressBar.IsIndeteā€¦
Browse files Browse the repository at this point in the history
  • Loading branch information
database64128 committed Aug 12, 2020
1 parent 1200eb5 commit f3177ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Home.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,13 +50,13 @@
x:Name="downloadButton"
Margin="8 0 8 0"
materialDesign:ButtonProgressAssist.IsIndicatorVisible="{Binding FreezeButton}"
materialDesign:ButtonProgressAssist.IsIndeterminate="True"
materialDesign:ButtonProgressAssist.IsIndeterminate="{Binding FreezeButton}"
Command="{Binding StartDownload}">_Download</Button>
<Button
x:Name="listFormatsButton"
Margin="8 0 8 0"
materialDesign:ButtonProgressAssist.IsIndicatorVisible="{Binding FreezeButton}"
materialDesign:ButtonProgressAssist.IsIndeterminate="True"
materialDesign:ButtonProgressAssist.IsIndeterminate="{Binding FreezeButton}"
Style="{StaticResource MaterialDesignRaisedAccentButton}"
Foreground="White"
Command="{Binding ListFormats}">_List Formats</Button>
Expand Down

0 comments on commit f3177ff

Please sign in to comment.