[idd] helper: add buttons for deferred mode save and revert

This commit is contained in:
Quantum
2026-07-18 03:04:11 -04:00
committed by Geoffrey McRae
parent 0e05ff9742
commit 064fef1f62
2 changed files with 21 additions and 14 deletions

View File

@@ -54,6 +54,8 @@ class CConfigWindow : public CWindow
std::unique_ptr<CButton> m_modeUpdate;
std::unique_ptr<CButton> m_modeDelete;
std::unique_ptr<CButton> m_modeReset;
std::unique_ptr<CButton> m_modeSave;
std::unique_ptr<CButton> m_modeRevert;
std::unique_ptr<CStaticWidget> m_defRefreshLabel;
std::unique_ptr<CEditWidget> m_defRefresh;