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.
2 parents 71b9e4a + f5de5d7 commit d3d0ccfCopy full SHA for d3d0ccf
Plugins/Flow.Launcher.Plugin.Program/Main.cs
@@ -254,9 +254,8 @@ static void MoveFile(string sourcePath, string destinationPath)
254
_uwpsCount = _uwps.Count;
255
_uwpsLock.Release();
256
});
257
- Context.API.LogInfo(ClassName, "Number of preload win32 programs <{_win32sCount}>");
258
- Context.API.LogInfo(ClassName, "Number of preload uwps <{_uwpsCount}>");
259
-
+ Context.API.LogInfo(ClassName, $"Number of preload win32 programs <{_win32sCount}>");
+ Context.API.LogInfo(ClassName, $"Number of preload uwps <{_uwpsCount}>");
260
var cacheEmpty = _win32sCount == 0 || _uwpsCount == 0;
261
262
if (cacheEmpty || _settings.LastIndexTime.AddHours(30) < DateTime.Now)
0 commit comments