From 490f1ad0e72f9b7292417751f7ff9e9a54fce08c Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Wed, 4 Jun 2025 23:34:34 +1000 Subject: internal: use plaintext format by default --- widgets/StyledText.qml | 1 + 1 file changed, 1 insertion(+) (limited to 'widgets') diff --git a/widgets/StyledText.qml b/widgets/StyledText.qml index c39269b..5cd4986 100644 --- a/widgets/StyledText.qml +++ b/widgets/StyledText.qml @@ -14,6 +14,7 @@ Text { property int animateDuration: Appearance.anim.durations.normal renderType: Text.NativeRendering + textFormat: Text.PlainText color: Colours.palette.m3onSurface font.family: Appearance.font.family.sans font.pointSize: Appearance.font.size.smaller -- cgit v1.2.3-freya