settings: add message about Onboard Profiles to LED Zone settings

This commit is contained in:
Peter F. Patel-Schneider 2024-04-19 11:28:58 -04:00
parent c4e2a5683a
commit 7bef5c046c
1 changed files with 1 additions and 1 deletions

View File

@ -1584,7 +1584,7 @@ _LEDP = hidpp20.LEDParam
class LEDZoneSetting(_Setting): class LEDZoneSetting(_Setting):
name = "led_zone_" name = "led_zone_"
label = _("LED Zone Effects") label = _("LED Zone Effects")
description = _("Set effect for LED Zone") description = _("Set effect for LED Zone") + "\n" + _("May need Onboard Profiles set to Disable to be effective.")
feature = _F.COLOR_LED_EFFECTS feature = _F.COLOR_LED_EFFECTS
color_field = {"name": _LEDP.color, "kind": _KIND.choice, "label": None, "choices": colors} color_field = {"name": _LEDP.color, "kind": _KIND.choice, "label": None, "choices": colors}
speed_field = {"name": _LEDP.speed, "kind": _KIND.range, "label": _("Speed"), "min": 0, "max": 255} speed_field = {"name": _LEDP.speed, "kind": _KIND.range, "label": _("Speed"), "min": 0, "max": 255}