Skip to content

Commit bea1078

Browse files
Remove redundant function call
1 parent 71c8fce commit bea1078

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Plugins/Flow.Launcher.Plugin.Explorer/ViewModels/SettingsViewModel.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -600,7 +600,6 @@ public List<EverythingSortOptionLocalized> AllEverythingSortOptions
600600
if (_allEverythingSortOptions.Count == 0)
601601
{
602602
_allEverythingSortOptions = EverythingSortOptionLocalized.GetValues();
603-
EverythingSortOptionLocalized.UpdateLabels(_allEverythingSortOptions);
604603
}
605604
return _allEverythingSortOptions;
606605
}

0 commit comments

Comments
 (0)