Merge branch 'master' into idd-no-gpu-warn

This commit is contained in:
Geoffrey McRae
2026-06-03 21:35:08 +10:00
committed by GitHub
12 changed files with 75 additions and 15 deletions

View File

@@ -52,6 +52,7 @@ 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<CGroupBox> m_autosizeGroup;
std::unique_ptr<CStaticWidget> m_defRefreshLabel;