[idd] helper: clean up exclusive monitor timer and respect setting

This commit is contained in:
Quantum
2026-07-18 15:09:25 -04:00
committed by Geoffrey McRae
parent f3d5c7e185
commit f8d9574709
3 changed files with 23 additions and 13 deletions

View File

@@ -124,7 +124,7 @@ int WINAPI WinMain(_In_ HINSTANCE hInstance, _In_opt_ HINSTANCE hPrevInstance, _
g_pipe.ReloadSettings();
});
window.onDisplayChange([]() {
window.onEnsureOnlyDisplay([]() {
return g_pipe.EnsureOnlyDisplay();
});