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")
|
text: qsTr("Quitter Linphone")
|
||||||
iconSource: AppIcons.power
|
iconSource: AppIcons.power
|
||||||
onClicked: {
|
onClicked: {
|
||||||
settingsMenuButton.popup.close()
|
settingsMenuButton.popup.close()
|
||||||
UtilsCpp.getMainWindow().showConfirmationLambdaPopup(
|
UtilsCpp.getMainWindow().showConfirmationLambdaPopup("",
|
||||||
qsTr("Quitter Linphone ?"),
|
qsTr("Quitter Linphone ?"),
|
||||||
"",
|
"",
|
||||||
function (confirmed) {
|
function (confirmed) {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue