This commit is contained in:
2026-03-25 19:29:05 +01:00
parent 62f6442e6e
commit e8bd010011
+1 -1
View File
@@ -10,7 +10,7 @@ CustomFlickable {
default property alias contentData: clayout.data
// Find and scroll to a section by its sectionId, then highlight a specific setting
function scrollToSectionAndHighlight(sectionId: string, settingName: string) {
function scrollToSectionAndHighlight(sectionId: string, settingName: string): bool {
// Find the section with matching sectionId
for (let i = 0; i < clayout.children.length; i++) {
const section = clayout.children[i];