From 69c4d19f8b582603754f5ef330ceaad48d606c2c Mon Sep 17 00:00:00 2001 From: Jack251970 <1160210343@qq.com> Date: Wed, 23 Jul 2025 09:09:12 +0800 Subject: [PATCH] Improve code quality --- .../ViewModels/SettingsViewModel.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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