Added UI state with pager but without tools
This commit is contained in:
parent
bd403f44c9
commit
1ca5fb3653
1 changed files with 1 additions and 0 deletions
|
@ -49,6 +49,7 @@ SilicaFlickable {
|
|||
readonly property var _visibilityStates: [
|
||||
{ pager: false, page: false, title: false, tools: false },
|
||||
{ pager: false, page: true, title: true, tools: false },
|
||||
{ pager: true, page: true, title: true, tools: false },
|
||||
{ pager: true, page: true, title: true, tools: true }
|
||||
]
|
||||
|
||||
|
|
Loading…
Reference in a new issue