Fix colorize setting reading

master
Marco Heiming 2022-01-29 22:43:01 +01:00
parent 686cfe249f
commit 37ecd01c5e
1 changed files with 1 additions and 1 deletions

View File

@ -233,7 +233,7 @@ function getCircleColor(type) {
function getCircleIconColor(type, color) { function getCircleIconColor(type, color) {
const pos = getCirclePosition(type); const pos = getCirclePosition(type);
const colorizeIcon = settings["circle" + (pos + 1) + "colorizeIcon"] != undefined; const colorizeIcon = settings["circle" + (pos + 1) + "colorizeIcon"] == true;
if (colorizeIcon) { if (colorizeIcon) {
return color; return color;
} else { } else {