TF-2684 Add button Mail to attendees to open composer with to: all attendees

This commit is contained in:
dab246
2024-03-13 02:38:07 +07:00
committed by Dat H. Pham
parent 56eff652fb
commit db7334669b
7 changed files with 30 additions and 4 deletions
@@ -4023,4 +4023,11 @@ class AppLocalizations {
name: 'canceling'
);
}
String get mailToAttendees {
return Intl.message(
'Mail to attendees',
name: 'mailToAttendees'
);
}
}