mirror of
https://github.com/sunnypilot/sunnypilot.git
synced 2026-07-10 20:33:12 +08:00
c4d202c6bb
ui: support specific button enabled selections for `ButtonParamControlSP` Replaced setDisabledSelectedButton with setEnableSelectedButtons for improved flexibility. The new implementation allows enabling multiple buttons based on a given list and maintains clarity in handling button states. This enhances functionality and aligns with better code practices.