Enhance debug-logs textarea (#1078)

Update the debug-logs textarea to use the render feature, which automatically makes the content of the textarea into a code block, instead of requiring the default value with backticks.
This commit is contained in:
BlurOne! 2025-02-05 19:58:59 -03:00 committed by GitHub
parent 872b60be1c
commit 6ba562c663
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -112,10 +112,8 @@ body:
attributes:
label: Debug Logs
description: Run vesktop from the command line. Include the relevant command line output here. If there are any lines that seem relevant, try googling them or searching existing issues
value: |
```
Replace this text with your crash-log. Do not remove the backticks
```
placeholder: Paste your crash-log here.
render: shell
validations:
required: true