[idd] helper: add mode save button

This commit is contained in:
Quantum
2025-10-04 03:47:17 -04:00
committed by Geoffrey McRae
parent 124b4742e0
commit bf77128053
5 changed files with 44 additions and 8 deletions

View File

@@ -11,6 +11,7 @@
class CListBox;
class CGroupBox;
class CEditWidget;
class CButton;
class CConfigWindow : public CWindow
{
@@ -28,6 +29,8 @@ class CConfigWindow : public CWindow
std::unique_ptr<CEditWidget> m_modeHeight;
std::unique_ptr<CEditWidget> m_modeRefresh;
std::unique_ptr<CButton> m_modeUpdate;
std::function<void()> m_onDestroy;
double m_scale;
Microsoft::WRL::Wrappers::HandleT<FontTraits> m_font;