Skip to content

Commit dfe2c01

Browse files
committed
fix spelling
1 parent c213701 commit dfe2c01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Flow.Launcher/App.xaml.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ await Stopwatch.NormalAsync("|App.OnStartup|Startup cost", async () =>
9292
// load plugin before change language, because plugin language also needs be changed
9393
InternationalizationManager.Instance.Settings = _settings;
9494
InternationalizationManager.Instance.ChangeLanguage(_settings.Language);
95-
// main windows needs initialized before theme change because of blur settigns
95+
// main windows needs initialized before theme change because of blur settings
9696
ThemeManager.Instance.Settings = _settings;
9797
ThemeManager.Instance.ChangeTheme(_settings.Theme);
9898

0 commit comments

Comments
 (0)