This commit is contained in:
Igor Sirotin 2024-03-01 12:09:28 +00:00
parent 8b46810531
commit bf557b8ee8
2 changed files with 10 additions and 1 deletions

View File

@ -70,6 +70,15 @@ StatusMenu {
}
}
StatusAction {
text: root.isCommunityChat ? qsTr("Copy channel ID") : qsTr("Copy chat ID")
icon.name: "copy"
enabled: root.showDebugOptions
onTriggered: {
Utils.copyToClipboard(root.chatId)
}
}
StatusMenuSeparator {
visible: root.chatType === Constants.chatType.oneToOne || root.chatType === Constants.chatType.privateGroupChat || root.isCommunityChat
}

2
vendor/status-go vendored

@ -1 +1 @@
Subproject commit 577db512c6953bec5a82b961cd901c58851362dd
Subproject commit 348ebe627668508f04aeb85246e15e226509ca6b