Added new Chat Bubbles option

This commit is contained in:
nuttylmao
2025-07-10 08:42:10 +10:00
parent 6c1ea06d03
commit e2a54c894f
3 changed files with 82 additions and 46 deletions
+30 -1
View File
@@ -84,6 +84,35 @@
"step": ".1",
"group": "Appearance"
},
{
"id": "useChatBubbles",
"label": "Chat Bubbles",
"description": "",
"type": "checkbox",
"defaultValue": false,
"group": "Appearance"
},
{
"id": "bubbleColor",
"label": "Bubble Color",
"description": "",
"type": "color",
"defaultValue": "#1d1d1d",
"showIf": "useChatBubbles",
"group": "Appearance"
},
{
"id": "bubbleOpacity",
"label": "Bubble Opacity",
"description": "",
"type": "number",
"defaultValue": "0.90",
"min": 0,
"max": 1,
"step": ".01",
"showIf": "useChatBubbles",
"group": "Appearance"
},
{
"id": "background",
"label": "Background",
@@ -97,7 +126,7 @@
"label": "Background Opacity",
"description": "",
"type": "number",
"defaultValue": "0.00",
"defaultValue": "00",
"min": 0,
"max": 1,
"step": ".01",