From 9e75362850887b15a94544c37580bf0146f7ce86 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simon=20St=C3=BCrz?= Date: Mon, 12 Feb 2018 14:35:49 +0100 Subject: [PATCH] Fix default value for logo --- senic/devicepluginsenic.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/senic/devicepluginsenic.json b/senic/devicepluginsenic.json index d46ccd38..2fef43b5 100644 --- a/senic/devicepluginsenic.json +++ b/senic/devicepluginsenic.json @@ -101,7 +101,7 @@ "name": "logo", "displayName": "logo", "type": "QString", - "defaultValue": "heart", + "defaultValue": "Heart", "allowedValues": [ "Up", "Down",