diff --git a/Plugins/Flow.Launcher.Plugin.Explorer/ViewModels/SettingsViewModel.cs b/Plugins/Flow.Launcher.Plugin.Explorer/ViewModels/SettingsViewModel.cs index 2d636d01a..7292697ce 100644 --- a/Plugins/Flow.Launcher.Plugin.Explorer/ViewModels/SettingsViewModel.cs +++ b/Plugins/Flow.Launcher.Plugin.Explorer/ViewModels/SettingsViewModel.cs @@ -602,7 +602,7 @@ namespace Flow.Launcher.Plugin.Explorer.ViewModels if (value == Settings.SortOption) return; Settings.SortOption = value; - OnPropertyChanged(nameof(SelectedEverythingSortOption)); + OnPropertyChanged(); OnPropertyChanged(nameof(FastSortWarningVisibility)); OnPropertyChanged(nameof(SortOptionWarningMessage)); } @@ -628,6 +628,7 @@ namespace Flow.Launcher.Plugin.Explorer.ViewModels } } } + public string SortOptionWarningMessage { get