Skip to content

Commit

Permalink
Sort Everything results by date modified descending, not ascending
Browse files Browse the repository at this point in the history
  • Loading branch information
dkgv committed Oct 26, 2020
1 parent 0ba62cd commit c891941
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Pinpoint.Plugin.Everything/API/DefaultSearchConfig.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ public class DefaultSearchConfig : ISearchConfig

public RequestFlag RequestFlag { get; set; } = RequestFlag.FileName | RequestFlag.Path | RequestFlag.Extension;

public SortMethod SortMethod { get; set; } = SortMethod.ByDateModifiedAscending;
public SortMethod SortMethod { get; set; } = SortMethod.ByDateModifiedDescending;
}
}

0 comments on commit c891941

Please sign in to comment.