fix: code review
This commit is contained in:
parent
efd1677b24
commit
521d2372f3
|
@ -142,6 +142,7 @@ PopupMenu {
|
||||||
id: deleteChatConfirmationDialogComponent
|
id: deleteChatConfirmationDialogComponent
|
||||||
ConfirmationDialog {
|
ConfirmationDialog {
|
||||||
btnType: "warn"
|
btnType: "warn"
|
||||||
|
confirmationText: qsTr("Are you sure you want to leave this chat?")
|
||||||
onClosed: {
|
onClosed: {
|
||||||
destroy()
|
destroy()
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue