Skip to content

Commit

Permalink
[autofix.ci] apply automated fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
autofix-ci[bot] authored and hunger committed Feb 5, 2025
1 parent 595b571 commit b040e94
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/lsp/ui/views/property-view.slint
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ export component PropertyView {

for group in root.properties: eg := ExpandableGroup {
property <[PropertyInformation]> properties: group.properties;

enabled: root.enabled;

text: group.group-name;
Expand Down Expand Up @@ -94,7 +94,7 @@ export component PropertyView {
}
}
}

}
}
}
Expand Down

0 comments on commit b040e94

Please sign in to comment.