question to the FL developers

This commit is contained in:
TheBestPessimist 2023-01-25 15:32:53 +02:00 committed by TheBestPessimist
parent 1482637cf1
commit 2b6c92c48c

View file

@ -39,7 +39,7 @@ namespace Flow.Launcher.Plugin.Explorer.Search.Everything
/// Gets or sets a value indicating whether [match path].
/// </summary>
/// <value><c>true</c> if [match path]; otherwise, <c>false</c>.</value>
public static bool MatchPath
public static bool MatchPath // TODO these seem to be unused, and they're related exactly to the feature i want: make everything search through the whole path. How should these be used? Should they be removed instead? IMHO, it seems better to use full path search by default, so i'd remove this completely
{
get => EverythingApiDllImport.Everything_GetMatchPath();
set => EverythingApiDllImport.Everything_SetMatchPath(value);