diff --git a/src/Images/ImageCommon.coffee b/src/Images/ImageCommon.coffee index f2dbedb3d..e25b4a123 100644 --- a/src/Images/ImageCommon.coffee +++ b/src/Images/ImageCommon.coffee @@ -87,6 +87,6 @@ ImageCommon = @href = URL.createObjectURL blob @click() else - new Notice 'warning', "Could not download #{@href}", 30 + new Notice 'warning', "Could not download #{@href}", 20 return ImageCommon