mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
disable pspdfkit feature that asks for author name for annotations
This commit is contained in:
parent
a3de8fc1a3
commit
8144cf8d37
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