From 2299a5eb272bbe3dfc1994cdc3b9a22f40617ac5 Mon Sep 17 00:00:00 2001 From: Boernsman Date: Mon, 14 Dec 2020 10:39:00 +0100 Subject: [PATCH] added tag optional to account interfaces --- libnymea/interfaces/account.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libnymea/interfaces/account.json b/libnymea/interfaces/account.json index 539d7dec..f57126b8 100644 --- a/libnymea/interfaces/account.json +++ b/libnymea/interfaces/account.json @@ -8,8 +8,8 @@ }, { "name": "userDisplayName", - "type": "QString" + "type": "QString", + "optional": true } - ] }