Fix click on room setting buttons not working
This commit is contained in:
parent
88df501f13
commit
5765638466
1
TODO.md
1
TODO.md
|
@ -83,6 +83,7 @@
|
||||||
|
|
||||||
## Interface
|
## Interface
|
||||||
|
|
||||||
|
- Differentiate invited room members
|
||||||
- https://doc.qt.io/qt-5/qml-qtquick-smoothedanimation.html for progress bars
|
- https://doc.qt.io/qt-5/qml-qtquick-smoothedanimation.html for progress bars
|
||||||
-
|
-
|
||||||
- Make all "Cancel" buttons able to cancel running Backend coroutines set
|
- Make all "Cancel" buttons able to cancel running Backend coroutines set
|
||||||
|
|
|
@ -56,7 +56,7 @@ HDrawer {
|
||||||
|
|
||||||
enabled: ["members", "settings"].includes(modelData)
|
enabled: ["members", "settings"].includes(modelData)
|
||||||
|
|
||||||
onClicked: swipeView.currentIndex = index
|
onClicked: swipeView.currentIndex = Math.min(index, 1)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user