From e8bd0100118db47f2f7e8468d895466522e3e0d4 Mon Sep 17 00:00:00 2001 From: zach Date: Wed, 25 Mar 2026 19:29:05 +0100 Subject: [PATCH] lol --- Modules/Settings/Controls/SettingsPage.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Modules/Settings/Controls/SettingsPage.qml b/Modules/Settings/Controls/SettingsPage.qml index c9e1e74..f478ad5 100644 --- a/Modules/Settings/Controls/SettingsPage.qml +++ b/Modules/Settings/Controls/SettingsPage.qml @@ -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];