mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-05 18:57:19 +02:00
Fix #1255
This commit is contained in:
@@ -61,8 +61,6 @@ namespace Wox
|
||||
Current.MainWindow.Title = Constant.Wox;
|
||||
|
||||
// happlebao todo temp fix for instance code logic
|
||||
// remove all dictionaries defined in xaml e.g.g App.xaml
|
||||
Current.Resources.MergedDictionaries.Clear();
|
||||
// load plugin before change language, because plugin language also needs be changed
|
||||
InternationalizationManager.Instance.Settings = _settings;
|
||||
InternationalizationManager.Instance.ChangeLanguage(_settings.Language);
|
||||
|
||||
Reference in New Issue
Block a user