feat: add default label template setting and apply it to print dialog selection
Build and Push Multi-Platform Images / build-and-push (push) Successful in 35s

This commit is contained in:
2026-05-09 12:41:05 +02:00
parent e4f765fcfd
commit 0318fe8e7a
5 changed files with 82 additions and 5 deletions
@@ -9,6 +9,7 @@ export interface UserSettingsData {
smtpFrom: string | null;
smtpFromName: string | null;
mailSignatureHtml: string | null;
defaultLabelTemplateId: number | null;
}
export interface SenderOption {