diff --git a/Flow.Launcher/ResultListBox.xaml b/Flow.Launcher/ResultListBox.xaml index be8bdde41..16f2555a9 100644 --- a/Flow.Launcher/ResultListBox.xaml +++ b/Flow.Launcher/ResultListBox.xaml @@ -28,6 +28,10 @@ mc:Ignorable="d"> + + + + @@ -115,7 +119,8 @@ x:Name="progressbarResult" Foreground="{Binding Result.ProgressBarColor}" Style="{DynamicResource ProgressBarResult}" - Value="{Binding Result.ProgressBarValue}" /> + Value="{Binding Result.ProgressBarValue}" + Visibility="{Binding Result.IsProgressBarVisible, Converter={StaticResource BooleanToVisibilityConverter}}"/> - - - +