Skip to content
Snippets Groups Projects
Commit 014362c8 authored by Andreas Traczyk's avatar Andreas Traczyk
Browse files

convs: remove user interface to removeConversation

Change-Id: I2e11054cdbc73b3b196c4d9559836afe2e90a69b
parent a45754ed
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment