WIP: Network #129

Draft
Inorishio wants to merge 32 commits from module/wifi into main
Showing only changes of commit 015c1fb27d - Show all commits
+2 -3
View File
@@ -47,8 +47,7 @@ CarouselView {
jumpToIndex(idx); jumpToIndex(idx);
} }
Component.onDestruction: Wallpapers.stopPreview() Component.onDestruction: Wallpapers.stopPreview()
onCurrentItemChanged: { onPreviewIndexChanged: (realIndex, modelData) => {
if (currentItem) Wallpapers.preview(modelData.path);
Wallpapers.preview(currentItem.modelData.path);
} }
} }