mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
udpate macos pdfviewer call
This commit is contained in:
parent
29c6193bda
commit
6f12941e32
1 changed files with 2 additions and 2 deletions
|
|
@ -357,11 +357,11 @@ import Utils
|
|||
|
||||
#elseif os(macOS)
|
||||
struct PDFViewer: View {
|
||||
let pdfURL: URL
|
||||
let remoteURL: URL
|
||||
let viewModel: PDFViewerViewModel
|
||||
|
||||
var body: some View {
|
||||
Text(pdfURL.absoluteString)
|
||||
Text(remoteURL.absoluteString)
|
||||
}
|
||||
}
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Reference in a new issue