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

Method SaveSettings

OpenGlassGUI/MainFrame.Core.cpp:460–474  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

458 }
459
460 void MainFrame::SaveSettings()
461 {
462 if (!m_config)
463 {
464 return;
465 }
466 for (const auto& key : m_dirtyKeys)
467 {
468 BackupCurrentSetting(key);
469 }
470 m_dirtyKeys.clear();
471 SetDirty(false);
472 UpdateOptionStatusIcons();
473 UpdatePathWarningIcons();
474 }
475
476 void MainFrame::RevertSettings()
477 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected