From 41a8891e854886cb2ded216215514e1d1f1bedb4 Mon Sep 17 00:00:00 2001 From: Amauri CHAMPEAUX Date: Sat, 10 Oct 2020 11:19:37 +0200 Subject: [PATCH] showIcon off by default --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a5aa94f..08daf90 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ tarteaucitron.init({ "showAlertSmall": true, /* Show the small banner on bottom right */ "cookieslist": true, /* Show the cookie list */ - "showIcon": true, /* Show cookie icon to manage cookies */ + "showIcon": false, /* Show cookie icon to manage cookies */ "iconPosition": "BottomRight", /* Position of the icon between BottomRight, BottomLeft, TopRight and TopLeft */ "adblocker": false, /* Show a Warning if an adblocker is detected */