[idd] helper: add UI to toggle exclusive monitor setting

This commit is contained in:
Quantum
2026-07-18 14:47:31 -04:00
committed by Geoffrey McRae
parent db1182da43
commit 017c2bfa54
2 changed files with 5 additions and 2 deletions

View File

@@ -63,6 +63,7 @@ class CConfigWindow : public CWindow
std::unique_ptr<CGroupBox> m_prefGroup;
std::unique_ptr<CCheckbox> m_prefNoGPU;
std::unique_ptr<CCheckbox> m_prefExclusive;
std::function<void()> m_onDestroy;
std::function<void()> m_onSettingChange;