Use DM-Logo_compress.png directly for email logo, remove Pillow resize logic

This commit is contained in:
Troll (Hermes Agent) 2026-08-01 23:35:09 +00:00
parent 0698c84026
commit 60909c7122
4 changed files with 13 additions and 33 deletions

View file

@ -265,7 +265,7 @@
</tr>
<tr>
<td>Logo Path</td>
<td><input type="text" id="logo_path" name="logo_path" value="{{ email_form.logo_path }}" placeholder="e.g. /mnt/Storage/DM-Logo.png"></td>
<td><input type="text" id="logo_path" name="logo_path" value="{{ email_form.logo_path }}" placeholder="e.g. /mnt/Storage/DM-Logo_compress.png"></td>
</tr>
</table>
<button type="submit">Save Email Settings</button>