mirror of
https://github.com/status-im/status-desktop.git
synced 2025-02-07 12:17:38 +00:00
fix(RootStore): add missing copyToClipboard function
This commit is contained in:
parent
0067904404
commit
9c1bd17bd5
@ -79,6 +79,10 @@ QtObject {
|
||||
return chatCommunitySectionModule.getChatContentModule()
|
||||
}
|
||||
|
||||
function copyToClipboard(text) {
|
||||
globalUtils.copyToClipboard(text)
|
||||
}
|
||||
|
||||
// Contact requests related part
|
||||
property var contactRequestsModel: chatCommunitySectionModule.contactRequestsModel
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user