Index: sources/gui/qml/dialogs/headerbar/HeaderbarInformation.qml =================================================================== diff -u -rb8a9627cf291b564b0fc1570f9c0a97fa6873035 -rbf9223700613ced6c377f3e3a7b4de8367c30474 --- sources/gui/qml/dialogs/headerbar/HeaderbarInformation.qml (.../HeaderbarInformation.qml) (revision b8a9627cf291b564b0fc1570f9c0a97fa6873035) +++ sources/gui/qml/dialogs/headerbar/HeaderbarInformation.qml (.../HeaderbarInformation.qml) (revision bf9223700613ced6c377f3e3a7b4de8367c30474) @@ -59,7 +59,7 @@ Text { id: _value color : "grey" - text : modelData.value + text : modelData.value ?? "" width : rightColumnWidth font.pixelSize : 20 horizontalAlignment : Text.AlignRight