add wallpaper config
This commit is contained in:
parent
7ba6222105
commit
6b9ecc5b3d
2 changed files with 7 additions and 1 deletions
|
|
@ -19,7 +19,7 @@ ListView {
|
|||
implicitHeight: 90
|
||||
model: FolderListModel {
|
||||
nameFilters: ["*.jpg"]
|
||||
folder: `${Paths.home}/Wallpapers`
|
||||
folder: `file://${Paths.expandTilde(Config.wallpaper.directory)}`
|
||||
showDirs: false
|
||||
}
|
||||
delegate: Item {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue