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