Remove redundant function call

This commit is contained in:
VictoriousRaptor 2025-07-20 23:20:55 +08:00
parent 71c8fce4a0
commit bea1078d20

View file

@ -600,7 +600,6 @@ namespace Flow.Launcher.Plugin.Explorer.ViewModels
if (_allEverythingSortOptions.Count == 0)
{
_allEverythingSortOptions = EverythingSortOptionLocalized.GetValues();
EverythingSortOptionLocalized.UpdateLabels(_allEverythingSortOptions);
}
return _allEverythingSortOptions;
}