From 83064a7fd4ba40b62e329d9548e6c0205f4c6a5f Mon Sep 17 00:00:00 2001 From: ccd0 Date: Sun, 15 May 2016 01:57:33 -0700 Subject: [PATCH] Make image download failure warning 20 seconds like the other warnings. --- src/Images/ImageCommon.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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