diff --git a/Plugins/Flow.Launcher.Plugin.Explorer/ViewModels/SettingsViewModel.cs b/Plugins/Flow.Launcher.Plugin.Explorer/ViewModels/SettingsViewModel.cs index b50496e6e..229fec868 100644 --- a/Plugins/Flow.Launcher.Plugin.Explorer/ViewModels/SettingsViewModel.cs +++ b/Plugins/Flow.Launcher.Plugin.Explorer/ViewModels/SettingsViewModel.cs @@ -600,7 +600,6 @@ namespace Flow.Launcher.Plugin.Explorer.ViewModels if (_allEverythingSortOptions.Count == 0) { _allEverythingSortOptions = EverythingSortOptionLocalized.GetValues(); - EverythingSortOptionLocalized.UpdateLabels(_allEverythingSortOptions); } return _allEverythingSortOptions; }