Skip to content

Commit 5c4b785

Browse files
committed
remove unnecessary Everything installation during startup
1 parent 74ea629 commit 5c4b785

File tree

1 file changed

+0
-10
lines changed
  • Plugins/Flow.Launcher.Plugin.Explorer

1 file changed

+0
-10
lines changed

Plugins/Flow.Launcher.Plugin.Explorer/Main.cs

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -42,16 +42,6 @@ public Task InitAsync(PluginInitContext context)
4242
contextMenu = new ContextMenu(Context, Settings, viewModel);
4343
searchManager = new SearchManager(Settings, Context);
4444
ResultManager.Init(Context, Settings);
45-
46-
if (Settings.EverythingEnabled)
47-
{
48-
_ = EverythingDownloadHelper.PromptDownloadIfNotInstallAsync(Settings.EverythingInstalledPath, context.API)
49-
.ContinueWith(s =>
50-
{
51-
if (s.IsCompletedSuccessfully)
52-
Settings.EverythingInstalledPath = s.Result;
53-
}, TaskScheduler.Default);
54-
}
5545

5646
SortOptionTranslationHelper.API = context.API;
5747

0 commit comments

Comments
 (0)