mirror of
https://gitlab.bixilon.de/bixilon/minosoft.git
synced 2025-09-16 19:05:02 -04:00
show title when just setting subtitle
This commit is contained in:
parent
0a69eca1cc
commit
fe27ee090e
@ -140,7 +140,7 @@ class TitleElement(guiRenderer: GUIRenderer) : Element(guiRenderer), LayoutedEle
|
||||
}
|
||||
connection.events.listen<TitleSubtitleSetEvent> {
|
||||
this.subtitle.text = it.subtitle
|
||||
// layout.show() // non vanilla behavior
|
||||
this.show()
|
||||
}
|
||||
connection.events.listen<TitleTimesSetEvent> {
|
||||
this.fadeInTime = it.fadeInTime * ProtocolDefinition.TICK_TIME.toLong()
|
||||
|
Loading…
x
Reference in New Issue
Block a user