Skip to content

Commit 605db60

Browse files
committed
add icon for Everything's content search warning
1 parent 355035e commit 605db60

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Plugins/Flow.Launcher.Plugin.Explorer/Search/SearchManager.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,8 +135,8 @@ private static List<Result> EverythingContentSearchResult(Query query)
135135
new()
136136
{
137137
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",
138+
SubTitle = "It can be very slow without index (which is only supported in Everything v1.5+)",
139+
IcoPath = "Images/index_error.png",
140140
Action = c =>
141141
{
142142
Settings.EnableEverythingContentSearch = true;

0 commit comments

Comments
 (0)