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 71c8fce commit bea1078Copy full SHA for bea1078
Plugins/Flow.Launcher.Plugin.Explorer/ViewModels/SettingsViewModel.cs
@@ -600,7 +600,6 @@ public List<EverythingSortOptionLocalized> AllEverythingSortOptions
600
if (_allEverythingSortOptions.Count == 0)
601
{
602
_allEverythingSortOptions = EverythingSortOptionLocalized.GetValues();
603
- EverythingSortOptionLocalized.UpdateLabels(_allEverythingSortOptions);
604
}
605
return _allEverythingSortOptions;
606
0 commit comments