1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-06-27 16:36:03 +00:00

Condense renderer information into a single string

This commit is contained in:
sfan5 2024-12-14 17:25:52 +01:00
parent 9f52f84f2b
commit 0bfd9bc09e
2 changed files with 25 additions and 19 deletions

View file

@ -34,13 +34,6 @@ body:
render: "true"
validations:
required: true
- type: input
attributes:
label: Irrlicht device
description:
placeholder: "Example: X11"
validations:
required: false
- type: input
attributes:
label: Operating system and version
@ -69,7 +62,7 @@ body:
attributes:
label: Active renderer
description: You can find this in the "About" tab in the main menu.
placeholder: "Example: OpenGL 4.6.0"
placeholder: "Example: ES 3.2 / ogles2 / X11"
validations:
required: false
- type: textarea