formatting

This commit is contained in:
quadbyte 2025-08-15 23:40:35 -04:00
parent 34f6affe4f
commit 22f7dab34d
11 changed files with 67 additions and 66 deletions

View file

@ -89,8 +89,8 @@ ColumnLayout {
description: "Automatically select random wallpapers from the folder"
checked: Settings.data.wallpaper.isRandom
onToggled: checked => {
Settings.data.wallpaper.isRandom = checked
}
Settings.data.wallpaper.isRandom = checked
}
}
// Interval
@ -159,8 +159,8 @@ ColumnLayout {
description: "Use SWWW daemon for advanced wallpaper management"
checked: Settings.data.wallpaper.swww.enabled
onToggled: checked => {
Settings.data.wallpaper.swww.enabled = checked
}
Settings.data.wallpaper.swww.enabled = checked
}
}
// SWWW Settings (only visible when useSWWW is enabled)