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 c213701 commit dfe2c01Copy full SHA for dfe2c01
Flow.Launcher/App.xaml.cs
@@ -92,7 +92,7 @@ await Stopwatch.NormalAsync("|App.OnStartup|Startup cost", async () =>
92
// load plugin before change language, because plugin language also needs be changed
93
InternationalizationManager.Instance.Settings = _settings;
94
InternationalizationManager.Instance.ChangeLanguage(_settings.Language);
95
- // main windows needs initialized before theme change because of blur settigns
+ // main windows needs initialized before theme change because of blur settings
96
ThemeManager.Instance.Settings = _settings;
97
ThemeManager.Instance.ChangeTheme(_settings.Theme);
98
0 commit comments