wallpaper selector: fix incorrect address bar

This commit is contained in:
end-4
2025-09-11 10:03:34 +02:00
parent 7e39f0a34f
commit 1999f17443
2 changed files with 2 additions and 1 deletions
@@ -193,7 +193,7 @@ Item {
Layout.margins: 4
Layout.fillWidth: true
Layout.fillHeight: false
directory: Wallpapers.directory
directory: Wallpapers.effectiveDirectory
onNavigateToDirectory: path => {
Wallpapers.setDirectory(path.length == 0 ? "/" : path);
}