mirror of
https://github.com/status-im/status-desktop.git
synced 2025-02-16 16:47:24 +00:00
hotfix(nim): Can't start the app
remove duplicate nim slot; looks like a rebase gone wrong Fixes being unable to build/start the app Closes #6599
This commit is contained in:
parent
6b9b5f20a8
commit
fa93b08064
@ -188,6 +188,3 @@ QtObject:
|
||||
|
||||
proc hasReceivedVerificationRequestFrom*(self: View, fromId: string): bool {.slot.} =
|
||||
result = self.delegate.hasReceivedVerificationRequestFrom(fromId)
|
||||
|
||||
proc acceptContactRequest*(self: View, publicKey: string) {.slot.} =
|
||||
self.delegate.acceptContactRequest(publicKey)
|
||||
|
Loading…
x
Reference in New Issue
Block a user