Anzeige des Erstell- anstelle des Änderungsdatums

This commit is contained in:
Gerrit Linnemann 2020-08-16 12:37:23 +02:00
parent e8760f5245
commit 0194f0c860

View File

@ -30,7 +30,7 @@ struct YapsFileCell: View {
// Details // Details
Text( Text(
MiscHelper.shared.dateFormatDefault(inDate: FinderHelper.shared.getFileAttributes(yapsFile: yapsFile)[FileAttributeKey.modificationDate] as! Date) MiscHelper.shared.dateFormatDefault(inDate: FinderHelper.shared.getFileAttributes(yapsFile: yapsFile)[FileAttributeKey.creationDate] as! Date)
) )
.font(.footnote) .font(.footnote)
.foregroundColor(.secondary) .foregroundColor(.secondary)