diff options
| author | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-05-13 23:12:23 +0800 |
|---|---|---|
| committer | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-05-13 23:12:23 +0800 |
| commit | f8eb1b69a034f4aa2833271a0c6b999cfe2a477e (patch) | |
| tree | 012e14e3e6fbb890a7fbabc70e19e9f65d160400 /modules/launcher/WallpaperList.qml | |
| parent | session: show/hide on drag (diff) | |
| download | caelestia-shell-f8eb1b69a034f4aa2833271a0c6b999cfe2a477e.tar.gz caelestia-shell-f8eb1b69a034f4aa2833271a0c6b999cfe2a477e.tar.bz2 caelestia-shell-f8eb1b69a034f4aa2833271a0c6b999cfe2a477e.zip | |
launcher: move to drawers
Diffstat (limited to 'modules/launcher/WallpaperList.qml')
| -rw-r--r-- | modules/launcher/WallpaperList.qml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/launcher/WallpaperList.qml b/modules/launcher/WallpaperList.qml index b3a0fd7..9a7c552 100644 --- a/modules/launcher/WallpaperList.qml +++ b/modules/launcher/WallpaperList.qml @@ -9,7 +9,7 @@ PathView { id: root required property TextField search - required property Scope launcher + required property PersistentProperties visibilities model: ScriptModel { readonly property string search: root.search.text.split(" ").slice(1).join(" ") @@ -42,7 +42,7 @@ PathView { highlightMoveDuration: Appearance.anim.durations.short delegate: WallpaperItem { - launcher: root.launcher + visibilities: root.visibilities } path: Path { |