Fix a typo: indows->windows in comment (#4734)

typo fix by @LiAuTraver
This commit is contained in:
LiAuTraver 2024-04-27 11:24:47 +08:00 коммит произвёл GitHub
Родитель fd7db0a491
Коммит 559e7fd27d
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -22,7 +22,7 @@ public sealed partial class MainWindow : WindowEx
settings.ColorValuesChanged += Settings_ColorValuesChanged; // cannot use FrameworkElement.ActualThemeChanged event
}
// this handles updating the caption button colors correctly when indows system theme is changed
// this handles updating the caption button colors correctly when windows system theme is changed
// while the app is open
private void Settings_ColorValuesChanged(UISettings sender, object args)
{