Index: sources/gui/qml/dialogs/headerbar/HeaderbarInformation.qml =================================================================== diff -u -r164ece178bc4bbe6d31605e6ee711f513bdfc48a -r57ea732311e6f4c746974f5a52316f63dec23ca8 --- sources/gui/qml/dialogs/headerbar/HeaderbarInformation.qml (.../HeaderbarInformation.qml) (revision 164ece178bc4bbe6d31605e6ee711f513bdfc48a) +++ sources/gui/qml/dialogs/headerbar/HeaderbarInformation.qml (.../HeaderbarInformation.qml) (revision 57ea732311e6f4c746974f5a52316f63dec23ca8) @@ -58,7 +58,7 @@ Text { id: _value color : "grey" - text : modelData.value + text : modelData.value ?? "" width : rightColumnWidth font.pixelSize : 20 horizontalAlignment : Text.AlignRight