mirror of
https://github.com/zoriya/noctalia-shell.git
synced 2025-12-06 06:36:15 +00:00
NText: add optional RichText (default false) to fix calendar with specific languages
This commit is contained in:
@@ -26,5 +26,5 @@ Text {
|
||||
wrapMode: Text.NoWrap
|
||||
verticalAlignment: Text.AlignVCenter
|
||||
|
||||
textFormat: richTextEnabled ? Text.RichText : Text.StyledText
|
||||
textFormat: richTextEnabled ? Text.RichText : Text.PlainText
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user