diff --git a/resources/qml/ProfileSetup.qml b/resources/qml/ProfileSetup.qml index 4365fe21ab..c0337f3b26 100644 --- a/resources/qml/ProfileSetup.qml +++ b/resources/qml/ProfileSetup.qml @@ -74,9 +74,9 @@ Item{ MenuItem { id: item - text: model_data.name + text: model_data ? model_data.name : "" checkable: true; - checked: model_data.active; + checked: model_data ? model_data.active : false; exclusiveGroup: profileSelectionMenuGroup; onTriggered: {