Is there a way to limit menus by style?

I’m using the Fett263 prop, and using the 2 buttons version, the color change is very close to lb. Since this is very fast while playing, my son rarely can undo in time. If there was a way to eliminate menu options in certain styles, I could leave some style for customizing and some as designed.
I am preparing to actually sell and install to a customer, rather than for me or friends, and want to give a full experience, but don’t want to have problems with customer support. So some form of limiting option just on some styles would give me an optimal mix.

Sounds like you just need:

#define DISABLE_COLOR_CHANGE

My prop can already be heavily customized via the various ENABLE or DISABLE defines, a lot of features require an ENABLE define, and others have a DISABLE that can turn off a feature. You can review the defines here:

Or My Config Helper walks you through everything:

For Edit Mode: all of the style option menus use the style’s ARG list for selection, so if you are navigating it will already read the style and only give you options that appear in the style so you could, in theory, replace any ARG with a fixed value (although you’d have to rewrite the styles) but the scenario you described above is outside Edit Mode. Color Change mode is it’s own thing, my prop just determines which version of Color Change to use based on the style (see here: https://youtu.be/bUis5ln5XBw).

So if you are just trying to avoid accidentally entering Color Change mode the above define will do that for you, then (if you include Edit Mode) the only way you could edit colors would be to actual edit/change colors.