diff --git a/Plugins/Flow.Launcher.Plugin.Program/AddProgramSource.xaml.cs b/Plugins/Flow.Launcher.Plugin.Program/AddProgramSource.xaml.cs index 49e066754..8b934528e 100644 --- a/Plugins/Flow.Launcher.Plugin.Program/AddProgramSource.xaml.cs +++ b/Plugins/Flow.Launcher.Plugin.Program/AddProgramSource.xaml.cs @@ -78,7 +78,7 @@ namespace Flow.Launcher.Plugin.Program else { _updating.Location = path; - _updating.Enabled = Chkbox.IsChecked ?? true; + _updating.Enabled = Chkbox.IsChecked ?? true; // Fixme, need to add to disabled source if not custom source } DialogResult = true;