From 20189560340665e6e98ca9c348a68db506b40d75 Mon Sep 17 00:00:00 2001 From: Jack251970 <1160210343@qq.com> Date: Wed, 16 Jul 2025 22:02:56 +0800 Subject: [PATCH] Fix label translation issue --- .../Views/ExplorerSettings.xaml.cs | 3 +++ 1 file changed, 3 insertions(+) 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)