| 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 | { |
nothing calls this directly
no outgoing calls
no test coverage detected