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 2825819 commit 69c4d19Copy full SHA for 69c4d19
Plugins/Flow.Launcher.Plugin.Explorer/ViewModels/SettingsViewModel.cs
@@ -602,7 +602,7 @@ public EverythingSortOption SelectedEverythingSortOption
602
if (value == Settings.SortOption)
603
return;
604
Settings.SortOption = value;
605
- OnPropertyChanged(nameof(SelectedEverythingSortOption));
+ OnPropertyChanged();
606
OnPropertyChanged(nameof(FastSortWarningVisibility));
607
OnPropertyChanged(nameof(SortOptionWarningMessage));
608
}
@@ -628,6 +628,7 @@ public Visibility FastSortWarningVisibility
628
629
630
631
+
632
public string SortOptionWarningMessage
633
{
634
get
0 commit comments