Add a toggle to turn off/on the panel with Rate response and Copy text buttons

Currently itโ€™s possible to hide using the CSS code below, but it would be much handier to use a toggle in the settings for this:

[class*="dialog-message-content__Footer-sc"] {
  display:none;
}

And this would be really helpful for all future options :slightly_smiling_face:

1 Like