We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e99ff9 commit 81ae8a4Copy full SHA for 81ae8a4
Plugins/Flow.Launcher.Plugin.Explorer/ViewModels/SettingsViewModel.cs
@@ -611,6 +611,8 @@ public EverythingSortOption SelectedEverythingSortOption
611
get => Settings.SortOption;
612
set
613
{
614
+ if (value == Settings.SortOption)
615
+ return;
616
Settings.SortOption = value;
617
OnPropertyChanged(nameof(SelectedEverythingSortOption));
618
OnPropertyChanged(nameof(FastSortWarningVisibility));
0 commit comments