From 605db6095ad513d2872c9582a02db9a9792d0b3b Mon Sep 17 00:00:00 2001 From: Jeremy Date: Fri, 2 Dec 2022 09:04:13 +1100 Subject: [PATCH] add icon for Everything's content search warning --- Plugins/Flow.Launcher.Plugin.Explorer/Search/SearchManager.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Plugins/Flow.Launcher.Plugin.Explorer/Search/SearchManager.cs b/Plugins/Flow.Launcher.Plugin.Explorer/Search/SearchManager.cs index c2add6a7e..8d477d8e9 100644 --- a/Plugins/Flow.Launcher.Plugin.Explorer/Search/SearchManager.cs +++ b/Plugins/Flow.Launcher.Plugin.Explorer/Search/SearchManager.cs @@ -135,8 +135,8 @@ namespace Flow.Launcher.Plugin.Explorer.Search new() { Title = "Do you want to enable content search for Everything?", - SubTitle = "It can be super slow without index (which is only supported in Everything 1.5+)", - 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", Action = c => { Settings.EnableEverythingContentSearch = true;