fix(notification): body was not send + missing tooltip

This commit is contained in:
Hivert Quentin
2023-09-13 14:52:08 +02:00
parent 8efdee4ef9
commit 5534d4b6ee
3 changed files with 3 additions and 2 deletions
@@ -21,7 +21,7 @@
this.mailLabelKeyRE = new RegExp(/^(?!^_\$)[^(){} %*\"\\\\]*?$/);
this.emailSeparatorKeys = Preferences.defaults.emailSeparatorKeys;
if(this.preferences.defaults.Notification) {
if (this.preferences.defaults.Notification.notificationMessage)
if (!this.preferences.defaults.Notification.notificationMessage)
this.preferences.defaults.Notification.notificationMessage = l('Notification Message', $window.defaultEmailAddresses);
this.preferences.defaults.Notification.notificationTranslated = l('Notification');
}