Skip to content

Commit ef69e32

Browse files
committed
Fix release
1 parent 9321a7d commit ef69e32

File tree

1 file changed

+0
-1
lines changed
  • Plugins/Flow.Launcher.Plugin.Program

1 file changed

+0
-1
lines changed

Plugins/Flow.Launcher.Plugin.Program/Main.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -447,7 +447,6 @@ private static async Task DisableProgramAsync(IProgram programToDelete)
447447
var program = _win32s.First(x => x.UniqueIdentifier == programToDelete.UniqueIdentifier);
448448
program.Enabled = false;
449449
_settings.DisabledProgramSources.Add(new ProgramSource(program));
450-
_win32sLock.Release();
451450
}
452451
finally
453452
{

0 commit comments

Comments
 (0)