From f8eb1b69a034f4aa2833271a0c6b999cfe2a477e Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Tue, 13 May 2025 23:12:23 +0800 Subject: launcher: move to drawers --- modules/launcher/WallpaperItem.qml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'modules/launcher/WallpaperItem.qml') diff --git a/modules/launcher/WallpaperItem.qml b/modules/launcher/WallpaperItem.qml index 22f8eda..fd8ce9d 100644 --- a/modules/launcher/WallpaperItem.qml +++ b/modules/launcher/WallpaperItem.qml @@ -9,7 +9,7 @@ StyledRect { id: root required property Wallpapers.Wallpaper modelData - required property Scope launcher + required property PersistentProperties visibilities scale: 0.5 opacity: 0 @@ -28,7 +28,7 @@ StyledRect { function onClicked(): void { Wallpapers.setWallpaper(root.modelData.path); - root.launcher.launcherVisible = false; + root.visibilities.launcher = false; } } -- cgit v1.2.3-freya