Update docs/en/beamng/dev/modding/ui-apps.md

Co-authored-by: O1LER <44237025+O1LER@users.noreply.github.com>
This commit is contained in:
BoubouleTheCutestHamster 2025-01-15 14:54:12 +01:00 committed by O1LER
parent c732fbad1d
commit 565487aa0d

View File

@ -11,7 +11,7 @@ A UI-App needs four important files to work:
- app.png | The image file showing in the app selector
### UI-App style
I recommend using the <style> tag to style your app, a .css file will work, but you will not be able to see the changes in real-time.
We recommend using the <style> tag to style your app, a .css file will work, but you will not be able to see the changes in real-time.
## Example