Documenting

This commit is contained in:
Swift Coder
2024-10-08 14:45:34 -04:00
parent ba9780fb17
commit 847ae7b396

View File

@@ -467,6 +467,7 @@ struct PostView: View {
self.attach_media = true
}
}
// This alert seeks confirmation about Image-upload when user taps Paste option
.alert(NSLocalizedString("Are you sure you want to upload this media?", comment: "Alert message asking if the user wants to upload media."), isPresented: $imageUploadConfirmPasteboard) {
Button(NSLocalizedString("Upload", comment: "Button to proceed with uploading."), role: .none) {
if let image = imagePastedFromPasteboard,