Main.qml: Make the no description text italic

This commit is contained in:
Toast 2025-05-27 10:53:51 +02:00
parent 5cfab64b07
commit ad10a116ac

View file

@ -59,6 +59,7 @@ Kirigami.ApplicationWindow {
Layout.fillWidth: true
wrapMode: Text.WordWrap
text: description ? description : "No description available"
font.italic: description ? false : true
}
}
ColumnLayout {