Skip to content

Commit

Permalink
first solution
Browse files Browse the repository at this point in the history
  • Loading branch information
VitorVieiraZ committed May 20, 2024
1 parent 1afb507 commit d3d5313
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/qml/project/MMProjectList.qml
Original file line number Diff line number Diff line change
Expand Up @@ -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 : ""
Expand Down

1 comment on commit d3d5313

@inputapp-bot
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

iOS - version 24.5.622211 just submitted!

Please sign in to comment.