mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Improve code quality
This commit is contained in:
parent
282581940a
commit
69c4d19f8b
1 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue