attachmentsSizeLabel.text=qsTr("Total size of attachments exceeds %1 MB. Most of the data boxes cannot receive messages larger than %1 MB. However, some OVM data boxes can receive message up to %2 MB.").arg(max_ATTACHMENT_SIZE_MB).arg(max_OVM_ATTACHMENT_SIZE_MB)
attachmentsSizeLabel.color="#ff0000"
attachmentsSizeLabel.color=text_COLOR_RED
returntrue
}
if(totalAttachmentSizeBytes>=1024){
...
...
@@ -161,8 +163,8 @@ Item {
// Zfo file must exist in the local database so zfoSize must be > 0