mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
automatically check whether we shall reindex when querying
This commit is contained in:
parent
79962fb03e
commit
3e6961dc9f
1 changed files with 3 additions and 0 deletions
|
|
@ -41,6 +41,9 @@ namespace Flow.Launcher.Plugin.Program
|
|||
|
||||
public async Task<List<Result>> QueryAsync(Query query, CancellationToken token)
|
||||
{
|
||||
if (IsStartupIndexProgramsRequired)
|
||||
_ = IndexPrograms();
|
||||
|
||||
Win32[] win32;
|
||||
UWP.Application[] uwps;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue