Hide ‘Save As…’ button in media gallery

Wait until we support it.
This commit is contained in:
Daniel Gasienica 2018-04-15 02:28:02 -04:00
parent a7ed21a811
commit b4a4182613

View file

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