Private
Public Access
1
0

Some minor changes

This commit is contained in:
2025-08-29 18:49:00 -06:00
parent 5da92a90d4
commit 54df338ce0
3 changed files with 16 additions and 5 deletions

View File

@@ -128,6 +128,8 @@ struct ImageItemView: View
let ns = NSImage(data: data) {
img = ns
}
try handle.close()
} catch {
print("Attachment file handle acquisition error: \(error)")
}