1
mirror of https://github.com/Shiewk/Widgets.git synced 2026-04-28 11:34:17 +02:00

Add option to toggle text shadow on BasicTextWidget

This commit is contained in:
Shy
2024-12-05 15:09:21 +01:00
parent c8252ff7db
commit c483c39a5d
3 changed files with 9 additions and 3 deletions
@@ -80,5 +80,6 @@
"widgets.widgets.keystrokes.colorKeyPressed": "Farbe der Taste (gedrückt)",
"widgets.widgets.keystrokes.colorKeyUnpressed": "Farbe der Taste (nicht gedrückt)",
"widgets.widgets.keystrokes": "Keystrokes",
"widgets.widgets.keystrokes.description": "Zeigt an, welche Tasten du momentan drückst."
"widgets.widgets.keystrokes.description": "Zeigt an, welche Tasten du momentan drückst.",
"widgets.widgets.basictext.textshadow": "Textschatten"
}