diff options
Diffstat (limited to 'modules/launcher/WallpaperItem.qml')
| -rw-r--r-- | modules/launcher/WallpaperItem.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/launcher/WallpaperItem.qml b/modules/launcher/WallpaperItem.qml index fd8ce9d..dbd482e 100644 --- a/modules/launcher/WallpaperItem.qml +++ b/modules/launcher/WallpaperItem.qml @@ -13,7 +13,7 @@ StyledRect { scale: 0.5 opacity: 0 - z: PathView.z + z: PathView.z ?? 0 Component.onCompleted: { scale = Qt.binding(() => PathView.isCurrentItem ? 1 : PathView.onPath ? 0.8 : 0); |