mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
comment
This commit is contained in:
parent
58ad92b812
commit
d7d863547c
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue