Updated InternalTwtchUserInfo
When TwitchUserInfo starts expanding, or collapsing the extra info, ensure that User Promo is being hidden/shown accordingly.
This commit is contained in:
parent
6a384d3052
commit
11e4590d8e
1 changed files with 4 additions and 0 deletions
|
|
@ -10,3 +10,7 @@ var chatter: Chatter:
|
||||||
tui.populate_from_chatter(chatter)
|
tui.populate_from_chatter(chatter)
|
||||||
if not up: return
|
if not up: return
|
||||||
up.chatter = value
|
up.chatter = value
|
||||||
|
|
||||||
|
func _ready() -> void:
|
||||||
|
tui.extra_expanding.connect(func(x): if x: up.visible = false)
|
||||||
|
tui.extra_expanded.connect(func(x): if not x: up.visible = true)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue