Stats in notifications no longer with black icons

This commit is contained in:
yairm210 2025-03-20 20:34:32 +02:00
parent b8d1d80e73
commit 46c5bb0e94

View File

@ -22,7 +22,7 @@ class WrappableLabel(
fontColor: Color = Color.WHITE,
private val fontSize: Int = Constants.defaultFontSize,
hideIcons: Boolean = false
) : Label(text.tr(hideIcons), BaseScreen.skin) {
) : Label(text.tr(hideIcons, hideIcons), BaseScreen.skin) {
private var _measuredWidth = 0f
private var optimizedWidth = Float.MAX_VALUE