From d3d5313ddbb57701083b089c4ae4cc7c7b96d7e8 Mon Sep 17 00:00:00 2001 From: VitorVieiraZ Date: Mon, 20 May 2024 17:01:51 -0300 Subject: [PATCH] first solution --- app/qml/project/MMProjectList.qml | 1 + 1 file changed, 1 insertion(+) diff --git a/app/qml/project/MMProjectList.qml b/app/qml/project/MMProjectList.qml index 2bfe86f83..647fefcd5 100644 --- a/app/qml/project/MMProjectList.qml +++ b/app/qml/project/MMProjectList.qml @@ -96,6 +96,7 @@ Item { width: ListView.view.width height: visible ? implicitHeight : 0 + visible: model.ProjectId ? true : false projectDisplayName: root.projectModelType === MM.ProjectsModel.WorkspaceProjectsModel ? model.ProjectName : model.ProjectFullName projectId: model.ProjectId ? model.ProjectId : ""