diff --git a/Plugins/Flow.Launcher.Plugin.Explorer/Search/Everything/EverythingAPI.cs b/Plugins/Flow.Launcher.Plugin.Explorer/Search/Everything/EverythingAPI.cs index ade6d1a66..a90fab064 100644 --- a/Plugins/Flow.Launcher.Plugin.Explorer/Search/Everything/EverythingAPI.cs +++ b/Plugins/Flow.Launcher.Plugin.Explorer/Search/Everything/EverythingAPI.cs @@ -178,9 +178,7 @@ namespace Flow.Launcher.Plugin.Explorer.Search.Everything try { await _semaphore.WaitAsync(TimeSpan.FromSeconds(1)); - - if (await IsEverythingRunningAsync()) - _ = EverythingApiDllImport.Everything_IncRunCountFromFileName(fileOrFolder); + _ = EverythingApiDllImport.Everything_IncRunCountFromFileName(fileOrFolder); } catch (Exception) {