diff --git a/apps/circlesclock/app.js b/apps/circlesclock/app.js index 9e921ff5f..064072d05 100644 --- a/apps/circlesclock/app.js +++ b/apps/circlesclock/app.js @@ -233,7 +233,7 @@ function getCircleColor(type) { function getCircleIconColor(type, color) { const pos = getCirclePosition(type); - const colorizeIcon = settings["circle" + (pos + 1) + "colorizeIcon"] != undefined; + const colorizeIcon = settings["circle" + (pos + 1) + "colorizeIcon"] == true; if (colorizeIcon) { return color; } else {