mirror of
https://github.com/zoriya/noctalia-shell.git
synced 2025-12-06 06:36:15 +00:00
fix: Fix the rich text display on the About page
This commit is contained in:
@@ -7,6 +7,7 @@ ColumnLayout {
|
||||
|
||||
property string label: ""
|
||||
property string description: ""
|
||||
property bool enableDescriptionRichText: false
|
||||
|
||||
spacing: Style.marginXXS
|
||||
Layout.fillWidth: true
|
||||
@@ -27,5 +28,6 @@ ColumnLayout {
|
||||
wrapMode: Text.WordWrap
|
||||
Layout.fillWidth: true
|
||||
visible: root.description !== ""
|
||||
richTextEnabled: root.enableDescriptionRichText
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user