[app] Settings need to be passed to BookModel
This commit is contained in:
parent
af87d79ceb
commit
8065a8a724
1 changed files with 1 additions and 0 deletions
|
@ -114,6 +114,7 @@ SilicaFlickable {
|
|||
rightMargin: Theme.horizontalPageMargin
|
||||
topMargin: Theme.itemSizeSmall
|
||||
bottomMargin: Theme.itemSizeSmall
|
||||
settings: globalSettings
|
||||
onJumpToPage: bookView.jumpTo(index)
|
||||
onCurrentPageChanged: {
|
||||
if (currentPage >= 0 && bookView._jumpingTo < 0) {
|
||||
|
|
Loading…
Reference in a new issue