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 79962fb commit 3e6961dCopy full SHA for 3e6961d
Plugins/Flow.Launcher.Plugin.Program/Main.cs
@@ -41,6 +41,9 @@ public void Save()
41
42
public async Task<List<Result>> QueryAsync(Query query, CancellationToken token)
43
{
44
+ if (IsStartupIndexProgramsRequired)
45
+ _ = IndexPrograms();
46
+
47
Win32[] win32;
48
UWP.Application[] uwps;
49
0 commit comments