mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Update labels on initialization to update on language change
This commit is contained in:
parent
bea1078d20
commit
ad1d42b5dd
1 changed files with 3 additions and 0 deletions
|
|
@ -4,6 +4,7 @@ using System.IO;
|
|||
using System.Linq;
|
||||
using System.Windows;
|
||||
using System.Windows.Controls;
|
||||
using Flow.Launcher.Plugin.Explorer.Search.Everything;
|
||||
using Flow.Launcher.Plugin.Explorer.Search.QuickAccessLinks;
|
||||
using Flow.Launcher.Plugin.Explorer.ViewModels;
|
||||
using DataFormats = System.Windows.DataFormats;
|
||||
|
|
@ -39,6 +40,8 @@ namespace Flow.Launcher.Plugin.Explorer.Views
|
|||
ExcludedPathsExpander
|
||||
};
|
||||
|
||||
// Update labels on initialization to update on language change
|
||||
EverythingSortOptionLocalized.UpdateLabels(_viewModel.AllEverythingSortOptions);
|
||||
}
|
||||
|
||||
private void AccessLinkDragDrop(string containerName, DragEventArgs e)
|
||||
|
|
|
|||
Loading…
Reference in a new issue