[idd] helper: allow changing preferred mode

This commit is contained in:
Quantum
2026-06-03 02:19:47 -04:00
parent 462f638c12
commit 04607d6139
2 changed files with 25 additions and 8 deletions

View File

@@ -49,6 +49,7 @@ class CConfigWindow : public CWindow
std::unique_ptr<CEditWidget> m_modeWidth;
std::unique_ptr<CEditWidget> m_modeHeight;
std::unique_ptr<CEditWidget> m_modeRefresh;
std::unique_ptr<CCheckbox> m_modePreferred;
std::unique_ptr<CButton> m_modeUpdate;
std::unique_ptr<CButton> m_modeDelete;
@@ -72,7 +73,7 @@ class CConfigWindow : public CWindow
void getMinimumSize(LONG &width, LONG &height);
void updateFont();
void updateModeList();
int updateModeList(int wanted = -1);
void onModeListSelectChange();
virtual LRESULT handleMessage(UINT uMsg, WPARAM wParam, LPARAM lParam) override;