From c0fa18eec39028847b68016ef7ee50cc99611ee7 Mon Sep 17 00:00:00 2001 From: Lugiad <2070109+Adri1@users.noreply.github.com> Date: Sat, 28 Jun 2025 20:06:37 +0200 Subject: [PATCH] Added custom values for SETTINGS_VALUE --- src/ui/text.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/ui/text.ts b/src/ui/text.ts index 3c2b9e05359..e2991a915da 100644 --- a/src/ui/text.ts +++ b/src/ui/text.ts @@ -306,6 +306,7 @@ export function getTextStyleOptions( styleOptions.fontSize = defaultFontSize; styleOptions.padding = { top: 6 }; break; + case TextStyle.SETTINGS_VALUE: { case TextStyle.SETTINGS_LABEL: { shadowXpos = 3; shadowYpos = 3;