/
githubmirror
/
PowerToys
Обзор
Документация
Войти
/
githubmirror
/
PowerToys
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
src/modules/powerdisplay/PowerDisplayModuleInterface/Trace.h
13 строк
331 B
moooyo
Introduce new utility PowerDisplay to control your monitor settings (#42642)
03 фев 2026, 08:53
Не верифицирован
03 фев 2026, 08:53
18efa05
Код
Авторство
О чём код?
#pragma once #include <common/Telemetry/TraceBase.h> class Trace : public telemetry::TraceBase { public: // Log if the user has enabled or disabled the app static void EnablePowerDisplay(const bool enabled) noexcept; // Log that the user tried to activate the app static void ActivatePowerDisplay() noexcept; };