added tag optional to account interfaces

This commit is contained in:
Boernsman 2020-12-14 10:39:00 +01:00
parent 4ce5d773b0
commit 2299a5eb27

View File

@ -8,8 +8,8 @@
}, },
{ {
"name": "userDisplayName", "name": "userDisplayName",
"type": "QString" "type": "QString",
"optional": true
} }
] ]
} }