[idd] helper: implement UI for default refresh rate

The UI is not yet hooked up to anything.
This commit is contained in:
Quantum
2025-11-08 22:38:48 -05:00
parent f9ecddab98
commit 9e6f21f91e
2 changed files with 21 additions and 0 deletions

View File

@@ -32,6 +32,11 @@ class CConfigWindow : public CWindow
std::unique_ptr<CButton> m_modeUpdate;
std::unique_ptr<CButton> m_modeDelete;
std::unique_ptr<CGroupBox> m_autosizeGroup;
std::unique_ptr<CStaticWidget> m_defRefreshLabel;
std::unique_ptr<CEditWidget> m_defRefresh;
std::unique_ptr<CStaticWidget> m_defRefreshHz;
std::function<void()> m_onDestroy;
double m_scale;
Microsoft::WRL::Wrappers::HandleT<FontTraits> m_font;