mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-26 13:20:48 +00:00
Hide ‘Save As…’ button in media gallery
Wait until we support it.
This commit is contained in:
@@ -597,6 +597,7 @@
|
||||
documents: [],
|
||||
onItemClick: ({message}) => {
|
||||
const lightboxProps = {
|
||||
shouldShowSaveAsButton: false,
|
||||
imageURL: message.objectURL,
|
||||
};
|
||||
this.lightboxView = new Whisper.ReactWrapperView({
|
||||
|
||||
Reference in New Issue
Block a user