1
0
Fork 0
mirror of synced 2024-07-28 09:35:49 +12:00

Fix slash appearing in the tag settings bar

This commit is contained in:
Andrew Kingston 2022-02-15 10:48:13 +00:00
parent 6f267526c5
commit f1a1f701f3

View file

@ -851,16 +851,12 @@
"type": "color", "type": "color",
"label": "Color", "label": "Color",
"key": "color", "key": "color",
"showInBar": true, "showInBar": true
"barSeparator": false
}, },
{ {
"type": "boolean", "type": "boolean",
"label": "Show delete icon", "label": "Show delete icon",
"key": "closable", "key": "closable"
"showInBar": true,
"barIcon": "TagItalic",
"barTitle": "Show delete icon"
}, },
{ {
"type": "event", "type": "event",