launcher overhaul

This commit is contained in:
Zacharias-Brohn
2026-02-17 16:32:43 +01:00
parent e818ac5515
commit dbb930f39a
31 changed files with 1603 additions and 1145 deletions
+2 -2
View File
@@ -7,7 +7,7 @@ import qs.Config
Item {
id: root
property string source: SearchWallpapers.current
property string source: Wallpapers.current
property Image current: one
anchors.fill: parent
@@ -50,7 +50,7 @@ Item {
anchors.fill: parent
opacity: 0
scale: SearchWallpapers.showPreview ? 1 : 0.8
scale: Wallpapers.showPreview ? 1 : 0.8
asynchronous: true
onStatusChanged: {
if (status === Image.Ready) {