diff options
author | link2xt <link2xt@testrun.org> | 2021-08-01 19:29:52 +0300 |
---|---|---|
committer | link2xt <link2xt@testrun.org> | 2021-08-01 19:29:52 +0300 |
commit | d9d826b2869ae8b1a8832877e97e50c5d4570b05 (patch) | |
tree | abcd9c6c3da5deedfc479790ca9035a32bec0b58 /qml | |
parent | ef80085fab6d83a89a9a4309f2e7cdd272a812fe (diff) | |
download | kdeltachat-d9d826b2869ae8b1a8832877e97e50c5d4570b05.tar.gz kdeltachat-d9d826b2869ae8b1a8832877e97e50c5d4570b05.zip |
Add "pin" icon to "Pin chat" action
Diffstat (limited to 'qml')
-rw-r--r-- | qml/ChatlistPage.qml | 1 |
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) } |