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