feat: add setting to pulse split input on self message received (#6380)

This commit is contained in:
pajlada
2025-08-18 01:24:39 +02:00
committed by GitHub
parent 1b9ed11a67
commit 1afac3382e
15 changed files with 136 additions and 13 deletions
+1
View File
@@ -351,6 +351,7 @@
"additionalProperties": false,
"properties": {
"background": { "$ref": "#/definitions/qt-color" },
"backgroundPulse": { "$ref": "#/definitions/qt-color" },
"text": { "$ref": "#/definitions/qt-color" }
},
"required": ["background", "text"]