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 f5d3acb commit c213701Copy full SHA for c213701
Flow.Launcher/App.xaml.cs
@@ -88,7 +88,7 @@ await Stopwatch.NormalAsync("|App.OnStartup|Startup cost", async () =>
88
89
HotKeyMapper.Initialize(_mainVM);
90
91
- // happlebao todo temp fix for instance code logic
+ // todo temp fix for instance code logic
92
// load plugin before change language, because plugin language also needs be changed
93
InternationalizationManager.Instance.Settings = _settings;
94
InternationalizationManager.Instance.ChangeLanguage(_settings.Language);
0 commit comments