From bea1078d207cb6ff5a0b645fde338eaf35c608db Mon Sep 17 00:00:00 2001 From: VictoriousRaptor <10308169+VictoriousRaptor@users.noreply.github.com> Date: Sun, 20 Jul 2025 23:20:55 +0800 Subject: [PATCH] Remove redundant function call --- .../ViewModels/SettingsViewModel.cs | 1 - 1 file changed, 1 deletion(-) 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; }