Allow ticket QR code colour to be configured (#4726)

* Allow ticket QR code colour to be configured

This commit introduces a feature enabling users to customise the QR
code colour in the ticket editor.

* Remove redundant argument from `Dict.get` call

Co-authored-by: Raphael Michel <mail@raphaelmichel.de>

---------

Co-authored-by: Raphael Michel <mail@raphaelmichel.de>
This commit is contained in:
Kian Cross
2025-02-24 16:28:59 +00:00
committed by GitHub
parent 4872082780
commit 352d4e29f1
6 changed files with 61 additions and 2 deletions

File diff suppressed because one or more lines are too long

View File

@@ -37,7 +37,13 @@ DEFAULT_TICKET_LAYOUT = '''[
"content": "secret",
"text": "",
"text_i18n": {},
"nowhitespace": false
"nowhitespace": false,
"color": [
0,
0,
0,
1
]
},
{
"type": "poweredby",