I’m disabling the saving of presets in my plugin demos, and I was wondering if it’s possible to do this with presetbutton
?
Disable save in presetbutton?
Afaik, you can set readOnly(1)
. That should disable all saving options.
Thank you, that’s an elegant solution