AddChat: make SwipeView non-interactive
Prevent accidentally switching tab by pressing left/right arrow (?)
This commit is contained in:
parent
8742b7803c
commit
2f20361f5c
|
@ -37,11 +37,11 @@ HPage {
|
|||
}
|
||||
}
|
||||
|
||||
|
||||
SwipeView {
|
||||
id: swipeView
|
||||
clip: true
|
||||
currentIndex: tabBar.currentIndex
|
||||
interactive: false
|
||||
|
||||
Layout.fillWidth: true
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user