From 6df9a33eab5ebc36fc2004b614406ca3d51ba890 Mon Sep 17 00:00:00 2001 From: Ivan Nieto Vivanco Date: Mon, 22 May 2023 16:24:16 -0600 Subject: [PATCH] Add a condition to check if images should be shown in notification --- .../views/notifications/markdown/checkin-accessory.blade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/views/notifications/markdown/checkin-accessory.blade.php b/resources/views/notifications/markdown/checkin-accessory.blade.php index cf1536518..98a49bf7e 100644 --- a/resources/views/notifications/markdown/checkin-accessory.blade.php +++ b/resources/views/notifications/markdown/checkin-accessory.blade.php @@ -3,7 +3,7 @@ {{ trans('mail.the_following_item') }} -@if ($item->getImageUrl()) +@if (($snipeSettings->show_images_in_email =='1') && $item->getImageUrl())
Asset
@endif