Improve code quality

This commit is contained in:
Jack251970 2025-07-23 09:09:12 +08:00
parent 282581940a
commit 69c4d19f8b

View file

@ -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