You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there a way to disable specific buttons? For example if i dont want to show the mic recorder button or even the whole plus button from the left, or hide the button to switch text color.
We could override it with css by taking the easy way but all of the classes for buttons are exactly the same
Currently
class="dante-menu-button"
to something like
class="dante-menu-button dante-menu-button--fontcolor"
I could work on it but if you could let me know what files do i need to change it would be great.
Is there a way to disable specific buttons? For example if i dont want to show the mic recorder button or even the whole plus button from the left, or hide the button to switch text color.
We could override it with css by taking the easy way but all of the classes for buttons are exactly the same
Currently
class="dante-menu-button"
to something like
class="dante-menu-button dante-menu-button--fontcolor"
I could work on it but if you could let me know what files do i need to change it would be great.
Edit: I found where, working on it...
Pull Request Here
The text was updated successfully, but these errors were encountered: