feat(stats): add 'not_bold' option to stats card (#1468)

This commit is contained in:
Rick Staa
2022-09-17 13:32:40 +02:00
committed by GitHub
parent eacc3cd29c
commit f9b9015ec2
5 changed files with 14 additions and 2 deletions
+2
View File
@@ -26,6 +26,7 @@ module.exports = async (req, res) => {
title_color,
icon_color,
text_color,
text_bold,
bg_color,
theme,
cache_seconds,
@@ -75,6 +76,7 @@ module.exports = async (req, res) => {
title_color,
icon_color,
text_color,
text_bold: parseBoolean(text_bold),
bg_color,
theme,
custom_title,