From d7d863547c1b103b4f91ae4ba399305bde16cc3b Mon Sep 17 00:00:00 2001 From: Vic <10308169+VictoriousRaptor@users.noreply.github.com> Date: Mon, 24 Oct 2022 23:31:02 +0800 Subject: [PATCH] comment --- Plugins/Flow.Launcher.Plugin.Program/AddProgramSource.xaml.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;