fix: archive only after AirDrop completes; PDF named by send time; Reveal last PDF

This commit is contained in:
2026-09-02 09:12:08 +04:00
parent 8d66e49e07
commit 5e61cd735c
7 changed files with 327 additions and 51 deletions
+7
View File
@@ -86,6 +86,13 @@ struct MenuBarView: View {
}
.disabled(model.session.isEmpty || model.isSending)
Button {
model.revealLastPDF()
} label: {
actionLabel("Reveal last PDF")
}
.disabled(!model.canRevealLastPDF)
Button {
Task { await model.captureNow() }
} label: {