diff --git a/src/controls/AboutPage.qml b/src/controls/AboutPage.qml --- a/src/controls/AboutPage.qml +++ b/src/controls/AboutPage.qml @@ -184,6 +184,7 @@ Heading { Layout.fillWidth: true text: qsTr("Authors") + visible: aboutData.authors.length > 0 } Repeater {