fix search

This commit is contained in:
2026-03-25 19:07:55 +01:00
parent 21bedf189b
commit 62f6442e6e
2 changed files with 8 additions and 4 deletions
+5 -1
View File
@@ -26,6 +26,10 @@ Item {
scrollTimer.restart();
}
function selectCategory(categoryKey: string) {
layout.selectCategory(categoryKey);
}
implicitHeight: nonAnimHeight
implicitWidth: nonAnimWidth
@@ -91,7 +95,7 @@ Item {
onSettingSelected: (category, section, settingName) => {
root.selectCategory(category);
root.settingSelected(category, section, settingName);
root.scrollToSetting(section, settingName);
}
}