TF-3488 Add hide download taskbar feature
This commit is contained in:
@@ -4419,4 +4419,11 @@ class AppLocalizations {
|
||||
name: 'thisHtmlAttachmentCannotBePreviewed',
|
||||
);
|
||||
}
|
||||
|
||||
String get downloadAttachmentHasBeenCancelled {
|
||||
return Intl.message(
|
||||
'Download attachment has been cancelled',
|
||||
name: 'downloadAttachmentHasBeenCancelled',
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user