Wallpaper: cleanup
This commit is contained in:
parent
c37ef867a1
commit
db3ea7ed73
3 changed files with 97 additions and 69 deletions
|
|
@ -54,7 +54,7 @@ ColumnLayout {
|
|||
NTextInput {
|
||||
label: (modelData.name || "Unknown")
|
||||
description: `Path to your wallpaper directory for "${(modelData.name || "Unknown")}" monitor`
|
||||
text: WallpaperService.getMonitorWallpaperDirectory(modelData.name)
|
||||
text: WallpaperService.getMonitorDirectory(modelData.name)
|
||||
labelColor: Color.mSecondary
|
||||
onEditingFinished: WallpaperService.setMonitorWallpaperDirectory(modelData.name, text)
|
||||
Layout.maximumWidth: 420 * scaling
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue