Merge pull request 'fix messages pane' (#390) from tabbarfix into master
the build failed Details

Reviewed-on: #390
This commit is contained in:
Dan Ballard 2020-11-24 15:41:25 -08:00
commit de56f8be15
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ ColumnLayout {
Layout.fillWidth: true
model: [qsTr("chat-btn"), qsTr("lists-btn"), qsTr("bulletins-btn")]
onCurrentIndexChanged: overlayStack.overlay = currentIndex + 1
onCurrentIndexChanged: overlayStack.overlay = currentIndex
}
StackLayout {