Skip to content

Commit 2018956

Browse files
committed
Fix label translation issue
1 parent c3dc8e5 commit 2018956

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Plugins/Flow.Launcher.Plugin.Explorer/Views/ExplorerSettings.xaml.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,9 @@ public ExplorerSettings(SettingsViewModel viewModel)
3838
QuickAccessExpander,
3939
ExcludedPathsExpander
4040
};
41+
42+
// Update labels because the view model is initialized in InitAsync
43+
Search.Everything.EverythingSortOptionLocalized.UpdateLabels(_viewModel.AllEverythingSortOptions);
4144
}
4245

4346
private void AccessLinkDragDrop(string containerName, DragEventArgs e)

0 commit comments

Comments
 (0)