From 4ca23da8e139deaf4615a39e7e7ffbd7fbd3ab61 Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Sat, 24 May 2025 13:47:45 +0800 Subject: internal: fix null errors --- modules/launcher/WallpaperList.qml | 1 - 1 file changed, 1 deletion(-) (limited to 'modules/launcher/WallpaperList.qml') diff --git a/modules/launcher/WallpaperList.qml b/modules/launcher/WallpaperList.qml index fd703f2..fef1726 100644 --- a/modules/launcher/WallpaperList.qml +++ b/modules/launcher/WallpaperList.qml @@ -51,7 +51,6 @@ PathView { preferredHighlightBegin: 0.5 preferredHighlightEnd: 0.5 highlightRangeMode: PathView.StrictlyEnforceRange - highlightMoveDuration: Appearance.anim.durations.short delegate: WallpaperItem { visibilities: root.visibilities -- cgit v1.2.3-freya