Fix label translation issue

This commit is contained in:
Jack251970 2025-07-16 22:02:56 +08:00
parent c3dc8e551e
commit 2018956034

View file

@ -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)