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