AddChat: make SwipeView non-interactive

Prevent accidentally switching tab by pressing left/right arrow (?)
This commit is contained in:
miruka 2019-11-07 11:39:43 -04:00
parent 8742b7803c
commit 2f20361f5c

View File

@ -37,11 +37,11 @@ HPage {
} }
} }
SwipeView { SwipeView {
id: swipeView id: swipeView
clip: true clip: true
currentIndex: tabBar.currentIndex currentIndex: tabBar.currentIndex
interactive: false
Layout.fillWidth: true Layout.fillWidth: true