Settings: cleanup, almost there!

This commit is contained in:
LemmyCook 2025-09-14 11:14:37 -04:00
parent f3123ba5b1
commit c108e7707a
9 changed files with 63 additions and 57 deletions

View file

@ -9,10 +9,11 @@ import qs.Widgets
ColumnLayout {
id: root
spacing: Style.marginL * scaling
NHeader {
label: "Wallpaper Management"
description: "Configure wallpaper settings, automation, and appearance options."
label: "Wallpaper Settings"
description: "Control how wallpapers are managed and displayed."
}
NToggle {
@ -27,6 +28,7 @@ ColumnLayout {
visible: Settings.data.wallpaper.enabled
spacing: Style.marginL * scaling
Layout.fillWidth: true
NTextInput {
label: "Wallpaper Directory"
description: "Path to your common wallpaper directory."
@ -66,7 +68,7 @@ ColumnLayout {
delegate: RowLayout {
NText {
text: (modelData.name || "Unknown")
color: Color.mSecondary
color: Color.mPrimary
font.weight: Style.fontWeightBold
Layout.preferredWidth: 90 * scaling
}