TF-3488 Add hide download taskbar feature

This commit is contained in:
DatDang
2025-02-14 14:43:42 +07:00
committed by Dat H. Pham
parent d51f06f6f0
commit ca3905cb7a
10 changed files with 122 additions and 67 deletions
@@ -4419,4 +4419,11 @@ class AppLocalizations {
name: 'thisHtmlAttachmentCannotBePreviewed',
);
}
String get downloadAttachmentHasBeenCancelled {
return Intl.message(
'Download attachment has been cancelled',
name: 'downloadAttachmentHasBeenCancelled',
);
}
}