mirror of
https://git.jami.net/savoirfairelinux/jami-client-qt.git
synced 2025-09-02 13:13:39 +02:00
convs: remove user interface to removeConversation
Change-Id: I2e11054cdbc73b3b196c4d9559836afe2e90a69b
This commit is contained in:
parent
a45754ed8c
commit
014362c8c3
2 changed files with 0 additions and 17 deletions
|
@ -188,14 +188,6 @@ ListView {
|
|||
}
|
||||
}
|
||||
|
||||
Shortcut {
|
||||
sequence: "Ctrl+Shift+Delete"
|
||||
context: Qt.ApplicationShortcut
|
||||
enabled: root.visible
|
||||
onActivated: MessagesAdapter.removeConversation(
|
||||
LRCInstance.selectedConvUid)
|
||||
}
|
||||
|
||||
Shortcut {
|
||||
sequence: "Ctrl+Down"
|
||||
context: Qt.ApplicationShortcut
|
||||
|
|
|
@ -77,15 +77,6 @@ ContextMenuAutoLoader {
|
|||
responsibleAccountId,
|
||||
responsibleConvUid)
|
||||
},
|
||||
GeneralMenuItem {
|
||||
id: removeConversation
|
||||
|
||||
canTrigger: isSwarm && !hasCall
|
||||
itemName: JamiStrings.removeConversation
|
||||
iconSource: JamiResources.delete_24dp_svg
|
||||
onClicked: MessagesAdapter.removeConversation(
|
||||
responsibleConvUid)
|
||||
},
|
||||
GeneralMenuItem {
|
||||
id: removeContact
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue