aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlink2xt <link2xt@testrun.org>2021-08-01 19:29:52 +0300
committerlink2xt <link2xt@testrun.org>2021-08-01 19:29:52 +0300
commitd9d826b2869ae8b1a8832877e97e50c5d4570b05 (patch)
treeabcd9c6c3da5deedfc479790ca9035a32bec0b58
parentef80085fab6d83a89a9a4309f2e7cdd272a812fe (diff)
downloadkdeltachat-d9d826b2869ae8b1a8832877e97e50c5d4570b05.tar.gz
kdeltachat-d9d826b2869ae8b1a8832877e97e50c5d4570b05.zip
Add "pin" icon to "Pin chat" action
-rw-r--r--qml/ChatlistPage.qml1
1 files changed, 1 insertions, 0 deletions
diff --git a/qml/ChatlistPage.qml b/qml/ChatlistPage.qml
index 03b18be..95877c6 100644
--- a/qml/ChatlistPage.qml
+++ b/qml/ChatlistPage.qml
@@ -184,6 +184,7 @@ Kirigami.ScrollablePage {
id: contextMenu
Action {
+ icon.name: "pin"
text: "Pin chat"
onTriggered: chatlistPage.context.setChatVisibility(model.chatId, 2)
}