Avoid the word "Theme" in favor of "Colors"

This commit is contained in:
quadbyte 2025-08-14 19:22:52 -04:00
parent 2415768443
commit 9e51fdc932
5 changed files with 48 additions and 117 deletions

View file

@ -62,7 +62,7 @@ Singleton {
randomWallpaperTimer.restart()
}
generateTheme()
generateColors()
}
function setRandomWallpaper() {
@ -90,8 +90,8 @@ Singleton {
}
}
function generateTheme() {
if (Settings.data.wallpaper.generateTheme) {
function generateColors() {
if (Settings.data.wallpaper.generateColors) {
generateThemeProcess.running = true
}
}