Skip to content

Commit 46c5bb0

Browse files
committed
Stats in notifications no longer with black icons
1 parent b8d1d80 commit 46c5bb0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/com/unciv/ui/components/widgets/WrappableLabel.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ class WrappableLabel(
2222
fontColor: Color = Color.WHITE,
2323
private val fontSize: Int = Constants.defaultFontSize,
2424
hideIcons: Boolean = false
25-
) : Label(text.tr(hideIcons), BaseScreen.skin) {
25+
) : Label(text.tr(hideIcons, hideIcons), BaseScreen.skin) {
2626
private var _measuredWidth = 0f
2727
private var optimizedWidth = Float.MAX_VALUE
2828

0 commit comments

Comments
 (0)