Hide ‘Save As…’ button in media gallery

Wait until we support it.
pull/1/head
Daniel Gasienica 7 years ago
parent a7ed21a811
commit b4a4182613

@ -597,6 +597,7 @@
documents: [],
onItemClick: ({message}) => {
const lightboxProps = {
shouldShowSaveAsButton: false,
imageURL: message.objectURL,
};
this.lightboxView = new Whisper.ReactWrapperView({

Loading…
Cancel
Save