mirror of
https://github.com/jkocon/g-helper.git
synced 2026-02-23 13:00:52 +01:00
Miniled / Multizone Toggle for 2024 models https://github.com/seerge/g-helper/issues/1957
This commit is contained in:
@@ -970,7 +970,17 @@ namespace GHelper
|
||||
|
||||
if (miniled >= 0)
|
||||
{
|
||||
buttonMiniled.Activated = (miniled == 1) || hdr;
|
||||
if (miniled == 2)
|
||||
{
|
||||
buttonMiniled.Text = Properties.Strings.Multizone + " Strong";
|
||||
buttonMiniled.BorderColor = colorStandard;
|
||||
} else
|
||||
{
|
||||
buttonMiniled.Text = Properties.Strings.Multizone;
|
||||
buttonMiniled.BorderColor = colorTurbo;
|
||||
}
|
||||
|
||||
buttonMiniled.Activated = (miniled > 0) || hdr;
|
||||
buttonMiniled.Enabled = !hdr;
|
||||
}
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user