Anzeige des Erstell- anstelle des Änderungsdatums
This commit is contained in:
parent
e8760f5245
commit
0194f0c860
@ -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)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user