mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-01-30 10:29:24 +00:00
Fix unresponsive quit action from main menu.
This commit is contained in:
parent
a91b29cb17
commit
7bca18f6b3
1 changed files with 2 additions and 2 deletions
|
|
@ -550,8 +550,8 @@ Item {
|
|||
text: qsTr("Quitter Linphone")
|
||||
iconSource: AppIcons.power
|
||||
onClicked: {
|
||||
settingsMenuButton.popup.close()
|
||||
UtilsCpp.getMainWindow().showConfirmationLambdaPopup(
|
||||
settingsMenuButton.popup.close()
|
||||
UtilsCpp.getMainWindow().showConfirmationLambdaPopup("",
|
||||
qsTr("Quitter Linphone ?"),
|
||||
"",
|
||||
function (confirmed) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue