From 4289d10af6e730f8fbe31c1873bd680db59c7d46 Mon Sep 17 00:00:00 2001 From: TheBestPessimist Date: Wed, 8 Mar 2023 13:00:28 +0200 Subject: [PATCH] Remove `SortOption.RunCountAsc` because it doesn't make sense --- .../Search/Everything/SortOption.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/Plugins/Flow.Launcher.Plugin.Explorer/Search/Everything/SortOption.cs b/Plugins/Flow.Launcher.Plugin.Explorer/Search/Everything/SortOption.cs index 434afd1b4..c57e3fe4a 100644 --- a/Plugins/Flow.Launcher.Plugin.Explorer/Search/Everything/SortOption.cs +++ b/Plugins/Flow.Launcher.Plugin.Explorer/Search/Everything/SortOption.cs @@ -27,7 +27,6 @@ namespace Flow.Launcher.Plugin.Everything.Everything ATTRIBUTES_DESCENDING = 16u, FILE_LIST_FILENAME_ASCENDING = 17u, FILE_LIST_FILENAME_DESCENDING = 18u, - RUN_COUNT_ASCENDING = 19u, RUN_COUNT_DESCENDING = 20u, DATE_RECENTLY_CHANGED_ASCENDING = 21u, DATE_RECENTLY_CHANGED_DESCENDING = 22u,