mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-08 12:18:50 +02:00
Completely rewrite resource load / update / remove
1. part of #468 2. fix #1245, bug introduced in 7e1c77beddf2c978fa1440e799fec4eb9554739d
This commit is contained in:
@@ -33,11 +33,7 @@ namespace Wox.ViewModel
|
||||
}
|
||||
};
|
||||
|
||||
// happlebao todo temp fix for instance code logic
|
||||
InternationalizationManager.Instance.Settings = Settings;
|
||||
InternationalizationManager.Instance.ChangeLanguage(Settings.Language);
|
||||
ThemeManager.Instance.Settings = Settings;
|
||||
Http.Proxy = Settings.Proxy;
|
||||
|
||||
}
|
||||
|
||||
public Settings Settings { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user