mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
add icon for Everything's content search warning
This commit is contained in:
parent
355035eefa
commit
605db6095a
1 changed files with 2 additions and 2 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue