Wallpaper: real support for differents folders per monitor \o/
This commit is contained in:
parent
812ddf2ebb
commit
9bbdf5f6f6
3 changed files with 88 additions and 69 deletions
|
|
@ -56,7 +56,7 @@ ColumnLayout {
|
|||
description: `Path to your wallpaper directory for "${(modelData.name || "Unknown")}" monitor`
|
||||
text: WallpaperService.getMonitorDirectory(modelData.name)
|
||||
labelColor: Color.mSecondary
|
||||
onEditingFinished: WallpaperService.setMonitorWallpaperDirectory(modelData.name, text)
|
||||
onEditingFinished: WallpaperService.setMonitorDirectory(modelData.name, text)
|
||||
Layout.maximumWidth: 420 * scaling
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue