Allow better fallthrough on image

Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
snipe 2024-08-12 16:30:21 +01:00
parent f56dd582f9
commit 3f2139349e

View file

@ -14,7 +14,7 @@
@endif
{{-- Show images in email! --}}
@if (($snipeSettings->show_images_in_email=='1') && ($snipeSettings->email_logo!=''))
@if (($snipeSettings->show_images_in_email=='1') && ($snipeSettings->email_logo!='') && $snipeSettings->brand != '1'))
{{-- $snipeSettings->brand = 1 = Text --}}
{{-- $snipeSettings->brand = 2 = Logo --}}