/
githubmirror
/
PowerToys
Обзор
Документация
Войти
/
githubmirror
/
PowerToys
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
src/modules/LightSwitch/LightSwitchLib/ThemeHelper.h
10 строк
568 B
Gleb Khmyznikov
[UI Tests][Light Switch] Fix tests: LS, Hosts, Worspaces, Mouse (#44754)
17 янв 2026, 00:58
Не верифицирован
17 янв 2026, 00:58
53c5e66
Код
Авторство
О чём код?
#pragma once inline constexpr wchar_t PERSONALIZATION_REGISTRY_PATH[] = L"Software\\Microsoft\\Windows\\CurrentVersion\\Themes\\Personalize"; inline constexpr wchar_t NIGHT_LIGHT_REGISTRY_PATH[] = L"Software\\Microsoft\\Windows\\CurrentVersion\\CloudStore\\Store\\DefaultAccount\\Current\\default$windows.data.bluelightreduction.bluelightreductionstate\\windows.data.bluelightreduction.bluelightreductionstate"; void SetSystemTheme(bool isLight); void SetAppsTheme(bool isLight); bool GetCurrentSystemTheme(); bool GetCurrentAppsTheme(); bool IsNightLightEnabled();