MCPcopy Create free account
hub / github.com/ALTaleX531/OpenGlass / IsSystemSettingKey

Method IsSystemSettingKey

OpenGlassGUI/MainFrame.Core.cpp:413–418  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

411 }
412
413 bool MainFrame::IsSystemSettingKey(const std::wstring& key) const
414 {
415 return key == L"DisableGlassOnBattery"
416 || key == L"DisabledHooks"
417 || key == L"GlassSafetyZoneMode";
418 }
419
420 RegistryConfig* MainFrame::GetConfigForKey(const std::wstring& key) const
421 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected