AddChat: make SwipeView non-interactive
Prevent accidentally switching tab by pressing left/right arrow (?)
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user