fix messages pane
the build was successful Details

This commit is contained in:
erinn 2020-11-24 14:48:29 -08:00
parent f402f515da
commit 9e4917ac5b
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 {