We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bea1078 commit ad1d42bCopy full SHA for ad1d42b
Plugins/Flow.Launcher.Plugin.Explorer/Views/ExplorerSettings.xaml.cs
@@ -4,6 +4,7 @@
4
using System.Linq;
5
using System.Windows;
6
using System.Windows.Controls;
7
+using Flow.Launcher.Plugin.Explorer.Search.Everything;
8
using Flow.Launcher.Plugin.Explorer.Search.QuickAccessLinks;
9
using Flow.Launcher.Plugin.Explorer.ViewModels;
10
using DataFormats = System.Windows.DataFormats;
@@ -39,6 +40,8 @@ public ExplorerSettings(SettingsViewModel viewModel)
39
40
ExcludedPathsExpander
41
};
42
43
+ // Update labels on initialization to update on language change
44
+ EverythingSortOptionLocalized.UpdateLabels(_viewModel.AllEverythingSortOptions);
45
}
46
47
private void AccessLinkDragDrop(string containerName, DragEventArgs e)
0 commit comments