NText: add optional RichText (default false) to fix calendar with specific languages

This commit is contained in:
Ly-sec
2025-11-21 11:09:03 +01:00
parent 2f735eda81
commit 71f4a8eb49

View File

@@ -26,5 +26,5 @@ Text {
wrapMode: Text.NoWrap
verticalAlignment: Text.AlignVCenter
textFormat: richTextEnabled ? Text.RichText : Text.StyledText
textFormat: richTextEnabled ? Text.RichText : Text.PlainText
}