How can I remove the Mask button on camera and editor screen?

Please utilize these configuration properties:

EditorConfig(
  editorSupportsMaskEffects = false
)

CameraConfig(
  banubaMasksAssetsPath = null
)