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 74ea629 commit 5c4b785Copy full SHA for 5c4b785
Plugins/Flow.Launcher.Plugin.Explorer/Main.cs
@@ -42,16 +42,6 @@ public Task InitAsync(PluginInitContext context)
42
contextMenu = new ContextMenu(Context, Settings, viewModel);
43
searchManager = new SearchManager(Settings, Context);
44
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
- }
55
56
SortOptionTranslationHelper.API = context.API;
57
0 commit comments