From 847ae7b39698eae349fd0903e299f07b1f7dae06 Mon Sep 17 00:00:00 2001 From: Swift Coder Date: Tue, 8 Oct 2024 14:45:34 -0400 Subject: [PATCH] Documenting --- damus/Views/PostView.swift | 1 + 1 file changed, 1 insertion(+) diff --git a/damus/Views/PostView.swift b/damus/Views/PostView.swift index 1f4e48f0..2850b327 100644 --- a/damus/Views/PostView.swift +++ b/damus/Views/PostView.swift @@ -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,