From 7fa696de92641b383ffa301412db8ed9d3487da1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexis=20Lothor=C3=A9?= Date: Sun, 26 Jan 2020 21:34:27 +0100 Subject: [PATCH] Set default public boolean to false in manifest --- manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index 0b5b07e..fcb4ca2 100644 --- a/manifest.json +++ b/manifest.json @@ -42,7 +42,7 @@ "en": "If public, your 3D printer will be accessible by anyone on internet", "fr": "Dans ce cas, n'importe qui sur internet pourra utiliser votre imprimante" }, - "default": true + "default": false } ] }