Avoid the word "Theme" in favor of "Colors"
This commit is contained in:
parent
2415768443
commit
9e51fdc932
5 changed files with 48 additions and 117 deletions
|
|
@ -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
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue