Skip to content

Commit 2b6c92c

Browse files
TheBestPessimistTheBestPessimist
authored andcommitted
question to the FL developers
1 parent 1482637 commit 2b6c92c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Plugins/Flow.Launcher.Plugin.Explorer/Search/Everything/EverythingAPI.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ public enum StateCode
3939
/// Gets or sets a value indicating whether [match path].
4040
/// </summary>
4141
/// <value><c>true</c> if [match path]; otherwise, <c>false</c>.</value>
42-
public static bool MatchPath
42+
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
4343
{
4444
get => EverythingApiDllImport.Everything_GetMatchPath();
4545
set => EverythingApiDllImport.Everything_SetMatchPath(value);

0 commit comments

Comments
 (0)