mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-01-17 11:28:07 +00:00
Fix persitent location in video conference menu by going to root menu on exit.
This commit is contained in:
parent
a690fad165
commit
3c07c91c67
1 changed files with 5 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue