mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Fix release
This commit is contained in:
parent
9321a7df14
commit
ef69e329fc
1 changed files with 0 additions and 1 deletions
|
|
@ -447,7 +447,6 @@ namespace Flow.Launcher.Plugin.Program
|
|||
var program = _win32s.First(x => x.UniqueIdentifier == programToDelete.UniqueIdentifier);
|
||||
program.Enabled = false;
|
||||
_settings.DisabledProgramSources.Add(new ProgramSource(program));
|
||||
_win32sLock.Release();
|
||||
}
|
||||
finally
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue