Fix persitent location in video conference menu by going to root menu on exit.

This commit is contained in:
Julien Wadel 2022-07-07 18:15:04 +02:00
parent a690fad165
commit 3c07c91c67

View file

@ -46,7 +46,9 @@ Rectangle{
contentsStack.push(participantsMenu, {title:Qt.binding(function() { return mainItem.menuTitles[2]})})
visible = true
}
onVisibleChanged: if(!visible && contentsStack.nViews > 1) {
contentsStack.pop()
}
ButtonGroup{id: modeGroup}
ColumnLayout{
anchors.fill: parent
@ -273,6 +275,8 @@ Rectangle{
//: 'Your are currently alone in this conference' : Message to warn the user when there is no other participant.
text: qsTr('conferenceMenuParticipantsAlone')
visible: parent.count <= 1
font.pointSize: VideoConferenceMenuStyle.list.pointSize
color: VideoConferenceMenuStyle.list.color
}
}
Item{// Spacer