Solaar/lib/solaar
Ken Sanislo 00a6a59f9e Grey out LED zone rows when LED Control is off (0x8070)
The 0x8071 path already greys rgb_zone_* rows (and per-key) when
rgb_control is off, so the user sees that those settings have no effect
in Device mode. The 0x8070 zone settings had no such gate: led_zone_*
rows stayed active even with led_control off, implying writes that go
nowhere.

Add the 0x8070 analog — led_zone_* rows gate on led_control, mirroring
rgb_zone_* / rgb_control — wired into the same three points: initial
_apply_rgb_gates, the toggle-time re-gate, and the async-read guard in
_update_setting_item so a late read can't un-grey a blocked row.
2026-07-16 23:08:45 -07:00
..
cli Add G560 audio features: bass level, working equalizer, jack detection 2026-07-16 23:07:01 -07:00
ui Grey out LED zone rows when LED Control is off (0x8070) 2026-07-16 23:08:45 -07:00
__init__.py Fix warnings from automatic code inspections 2024-10-11 07:42:38 -04:00
configuration.py config: tolerate devices with no unitId 2026-02-05 10:50:49 -05:00
custom_logger.py Introduce custom logger 2025-01-02 07:56:46 -05:00
dbus.py solaar: Remove outdated logger enabled checks 2025-01-02 09:26:31 -05:00
gtk.py docs: update help messages for CLI commands 2025-12-21 18:03:53 -05:00
i18n.py Unsupported locale: Fall back to English (#2891) 2025-09-08 09:44:45 -04:00
listener.py G522 LIGHTSPEED headphones support 2026-05-21 10:13:00 -04:00
tasks.py solaar: Remove outdated logger enabled checks 2025-01-02 09:26:31 -05:00
version release 1.1.20 2026-06-28 09:55:10 -04:00