fix: archive only after AirDrop completes; PDF named by send time; Reveal last PDF
This commit is contained in:
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user