Skip to content

Commit 4289d10

Browse files
TheBestPessimistTheBestPessimist
authored andcommitted
Remove SortOption.RunCountAsc because it doesn't make sense
1 parent fa971c6 commit 4289d10

File tree

1 file changed

+0
-1
lines changed
  • Plugins/Flow.Launcher.Plugin.Explorer/Search/Everything

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ public enum SortOption : uint
2727
ATTRIBUTES_DESCENDING = 16u,
2828
FILE_LIST_FILENAME_ASCENDING = 17u,
2929
FILE_LIST_FILENAME_DESCENDING = 18u,
30-
RUN_COUNT_ASCENDING = 19u,
3130
RUN_COUNT_DESCENDING = 20u,
3231
DATE_RECENTLY_CHANGED_ASCENDING = 21u,
3332
DATE_RECENTLY_CHANGED_DESCENDING = 22u,

0 commit comments

Comments
 (0)