mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -04:00
Set avatar picker only on owned identity
This commit is contained in:
parent
7698e74387
commit
e268fe0145
@ -27,10 +27,12 @@ Item
|
||||
id: cntDt
|
||||
property var md
|
||||
property bool is_contact: cntDt.md.is_contact
|
||||
property bool isOwn: cntDt.md.own
|
||||
|
||||
Button
|
||||
{
|
||||
text: "Open f d "
|
||||
visible: isOwn
|
||||
onClicked:
|
||||
{
|
||||
fileChooser.open()
|
||||
|
Loading…
Reference in New Issue
Block a user