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 355035e commit 605db60Copy full SHA for 605db60
Plugins/Flow.Launcher.Plugin.Explorer/Search/SearchManager.cs
@@ -135,8 +135,8 @@ private static List<Result> EverythingContentSearchResult(Query query)
135
new()
136
{
137
Title = "Do you want to enable content search for Everything?",
138
- SubTitle = "It can be super slow without index (which is only supported in Everything 1.5+)",
139
- IcoPath = "Images/search.png",
+ SubTitle = "It can be very slow without index (which is only supported in Everything v1.5+)",
+ IcoPath = "Images/index_error.png",
140
Action = c =>
141
142
Settings.EnableEverythingContentSearch = true;
0 commit comments