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 d7ca36e commit 482e373Copy full SHA for 482e373
Plugins/Flow.Launcher.Plugin.Program/Main.cs
@@ -258,9 +258,6 @@ static void MoveFile(string sourcePath, string destinationPath)
258
259
var cacheEmpty = _win32sCount == 0 || _uwpsCount == 0;
260
261
- _win32sLock.Release();
262
- _uwpsLock.Release();
263
-
264
if (cacheEmpty || _settings.LastIndexTime.AddHours(30) < DateTime.Now)
265
{
266
_ = Task.Run(async () =>
0 commit comments