mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Merge pull request #1261 from omnivore-app/fix/pdf-annotation-permission
Disable PSPDFKit Author Name
This commit is contained in:
commit
f6cb7a279d
1 changed files with 1 additions and 0 deletions
|
|
@ -39,6 +39,7 @@ import Utils
|
|||
.useParentNavigationBar(true)
|
||||
.updateConfiguration { builder in
|
||||
builder.textSelectionShouldSnapToWord = true
|
||||
builder.shouldAskForAnnotationUsername = false
|
||||
}
|
||||
.updateControllerConfiguration { controller in
|
||||
// Store config state so we only run this update closure once
|
||||
|
|
|
|||
Loading…
Reference in a new issue