From caa54809b41dc0a3e28297cf1e10dc0ac97941bf Mon Sep 17 00:00:00 2001 From: Thomas Nordquist Date: Tue, 18 Jun 2019 15:04:39 +0200 Subject: [PATCH] Show app name on windows tiles --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 7dc95e5..d76ce2e 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,8 @@ "identityName": "51031thomas.nordquist.MQTT-Explorer", "publisherDisplayName": "Thomas Nordquist", "publisher": "CN=0A6DE643-4AA2-4FF2-9729-6935C9ED8C13", - "backgroundColor": "transparent" + "backgroundColor": "transparent", + "showNameOnTiles": true }, "directories": { "app": "./",