We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9321a7d commit ef69e32Copy full SHA for ef69e32
Plugins/Flow.Launcher.Plugin.Program/Main.cs
@@ -447,7 +447,6 @@ private static async Task DisableProgramAsync(IProgram programToDelete)
447
var program = _win32s.First(x => x.UniqueIdentifier == programToDelete.UniqueIdentifier);
448
program.Enabled = false;
449
_settings.DisabledProgramSources.Add(new ProgramSource(program));
450
- _win32sLock.Release();
451
}
452
finally
453
{
0 commit comments