violin-suzutsuki / LinoriaLib

MIT License
51 stars 315 forks source link

not being able to update the text of a button #20

Closed git-oykko closed 1 year ago

git-oykko commented 1 year ago

title is pretty self-explanatory

x0581 commented 1 year ago

This should work

Button.Label.Text = "Hello"
git-oykko commented 1 year ago

This should work

Button.Label.Text = "Hello"

thanks it worked