mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Fix label translation issue
This commit is contained in:
parent
c3dc8e551e
commit
2018956034
1 changed files with 3 additions and 0 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue