Hide ‘Save As…’ button in media gallery
Wait until we support it.
This commit is contained in:
parent
a7ed21a811
commit
b4a4182613
1 changed files with 1 additions and 0 deletions
|
@ -597,6 +597,7 @@
|
|||
documents: [],
|
||||
onItemClick: ({message}) => {
|
||||
const lightboxProps = {
|
||||
shouldShowSaveAsButton: false,
|
||||
imageURL: message.objectURL,
|
||||
};
|
||||
this.lightboxView = new Whisper.ReactWrapperView({
|
||||
|
|
Loading…
Reference in a new issue