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

Method TrackSettingChange

OpenGlassGUI/MainFrame.Core.cpp:448–458  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

446 }
447
448 void MainFrame::TrackSettingChange(const std::wstring& name)
449 {
450 if (name.empty())
451 {
452 return;
453 }
454 if (m_dirtyKeys.insert(name).second)
455 {
456 BackupCurrentSetting(name);
457 }
458 }
459
460 void MainFrame::SaveSettings()
461 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected