diff --git a/iGOT/client-assets/assets/configurations/feature/event.json b/iGOT/client-assets/assets/configurations/feature/event.json index 5c8da5a4..35886d8c 100644 --- a/iGOT/client-assets/assets/configurations/feature/event.json +++ b/iGOT/client-assets/assets/configurations/feature/event.json @@ -256,7 +256,8 @@ "comments": { "show": true, "showCount": true, - "icon": "comment" + "icon": "comment", + "iconDisplay": false }, "avatarPhoto": { "show": true, @@ -325,7 +326,8 @@ "comments": { "show": true, "showCount": false, - "icon": "comment" + "icon": "chat_bubble", + "iconDisplay": true }, "repliesSection": { "show": false diff --git a/iGOT/client-assets/assets/configurations/feature/toc.json b/iGOT/client-assets/assets/configurations/feature/toc.json index 57ab0a0b..33828612 100644 --- a/iGOT/client-assets/assets/configurations/feature/toc.json +++ b/iGOT/client-assets/assets/configurations/feature/toc.json @@ -391,7 +391,8 @@ "comments": { "show": true, "showCount": true, - "icon": "comment" + "icon": "comment", + "iconDisplay": false } }, "repliesSection": { @@ -451,7 +452,8 @@ "comments": { "show": true, "showCount": false, - "icon": "comment" + "icon": "chat_bubble", + "iconDisplay": true } }, "repliesSection": { diff --git a/iGOT/client-assets/assets/configurations/feature/tocExt.json b/iGOT/client-assets/assets/configurations/feature/tocExt.json index 4eed83e2..2384cd7b 100644 --- a/iGOT/client-assets/assets/configurations/feature/tocExt.json +++ b/iGOT/client-assets/assets/configurations/feature/tocExt.json @@ -54,7 +54,8 @@ "comments": { "show": true, "showCount": true, - "icon": "comment" + "icon": "comment", + "iconDisplay": false } }, "repliesSection": { @@ -114,7 +115,8 @@ "comments": { "show": true, "showCount": false, - "icon": "comment" + "icon": "chat_bubble", + "iconDisplay": true } }, "repliesSection": {