diff --git a/Plugins/Flow.Launcher.Plugin.Program/AddProgramSource.xaml b/Plugins/Flow.Launcher.Plugin.Program/AddProgramSource.xaml index 73a9190ac..94eba0774 100644 --- a/Plugins/Flow.Launcher.Plugin.Program/AddProgramSource.xaml +++ b/Plugins/Flow.Launcher.Plugin.Program/AddProgramSource.xaml @@ -18,6 +18,9 @@ + + + @@ -101,7 +104,7 @@ HorizontalAlignment="Stretch" Click="BrowseButton_Click" Content="{DynamicResource flowlauncher_plugin_program_browse}" - IsEnabled="{Binding IsCustomSource}" + Visibility="{Binding IsCustomSource, Converter={StaticResource BooleanToVisibilityConverter}}" DockPanel.Dock="Right" />