forked from Shinonome/dots-hyprland
wallpaper selector: fix incorrect address bar
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user