mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
remove unnecessary Everything installation during startup
This commit is contained in:
parent
74ea629c55
commit
5c4b78507c
1 changed files with 0 additions and 10 deletions
|
|
@ -42,16 +42,6 @@ namespace Flow.Launcher.Plugin.Explorer
|
|||
contextMenu = new ContextMenu(Context, Settings, viewModel);
|
||||
searchManager = new SearchManager(Settings, Context);
|
||||
ResultManager.Init(Context, Settings);
|
||||
|
||||
if (Settings.EverythingEnabled)
|
||||
{
|
||||
_ = EverythingDownloadHelper.PromptDownloadIfNotInstallAsync(Settings.EverythingInstalledPath, context.API)
|
||||
.ContinueWith(s =>
|
||||
{
|
||||
if (s.IsCompletedSuccessfully)
|
||||
Settings.EverythingInstalledPath = s.Result;
|
||||
}, TaskScheduler.Default);
|
||||
}
|
||||
|
||||
SortOptionTranslationHelper.API = context.API;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue