mirror of
https://github.com/yairm210/Unciv.git
synced 2025-07-22 05:41:11 +07:00
"ok" warnings now colored in 'accept mod errors' popup
This commit is contained in:
@ -38,6 +38,7 @@ internal class AcceptModErrorsPopup(
|
||||
|
||||
val warnings = modCheckResult.replace("Error:", "«RED»Error«»:")
|
||||
.replace("Warning:","«GOLD»Warning«»:")
|
||||
.replace("OK:","«GREEN»OK«»:")
|
||||
val label2 = ColorMarkupLabel(warnings)
|
||||
label2.wrap = true
|
||||
add(label2).width(wrapWidth)
|
||||
|
Reference in New Issue
Block a user