diff --git a/Plugins/Flow.Launcher.Plugin.Explorer/Views/ExplorerSettings.xaml.cs b/Plugins/Flow.Launcher.Plugin.Explorer/Views/ExplorerSettings.xaml.cs index 4227cc3cb..ddbaa7d70 100644 --- a/Plugins/Flow.Launcher.Plugin.Explorer/Views/ExplorerSettings.xaml.cs +++ b/Plugins/Flow.Launcher.Plugin.Explorer/Views/ExplorerSettings.xaml.cs @@ -38,6 +38,9 @@ namespace Flow.Launcher.Plugin.Explorer.Views QuickAccessExpander, ExcludedPathsExpander }; + + // Update labels because the view model is initialized in InitAsync + Search.Everything.EverythingSortOptionLocalized.UpdateLabels(_viewModel.AllEverythingSortOptions); } private void AccessLinkDragDrop(string containerName, DragEventArgs e)