This commit is contained in:
Vic 2022-10-24 23:31:02 +08:00
parent 58ad92b812
commit d7d863547c

View file

@ -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;