This commit is contained in:
Zacharias-Brohn
2025-11-12 21:13:34 +01:00
parent a08434a59f
commit f2a7ce6160
+2 -2
View File
@@ -28,8 +28,8 @@ Scope {
onVisibleChanged: {
if ( !visible ) {
searchInput.text = "";
appListView.currentIndex = 0;
appListView.positionViewAtBeginning();
appListLoader.item.currentIndex = 0;
appListLoader.item.positionViewAtBeginning();
}
}