HDR Detection / Multi-Zone switch improvements https://github.com/seerge/g-helper/issues/1319

This commit is contained in:
Serge
2023-09-19 12:52:35 +02:00
parent 524b84fc38
commit 9c0cd15115
6 changed files with 397 additions and 5 deletions

View File

@@ -799,7 +799,7 @@ namespace GHelper
if (miniled >= 0)
{
buttonMiniled.Activated = (miniled == 1);
buttonMiniled.Activated = (miniled == 1) || hdr;
buttonMiniled.Enabled = !hdr;
}
else