Added UI state with pager but without tools

This commit is contained in:
Slava Monich 2017-08-03 21:48:27 +03:00
parent bd403f44c9
commit 1ca5fb3653

View file

@ -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 }
]