chore(ButtonView): Fix typo

This commit is contained in:
Luan
2025-04-05 06:22:51 -03:00
parent df6b0cccc4
commit 393c243495

View File

@@ -94,8 +94,8 @@ export default class ButtonView extends YTNode {
if ('customFontColor' in data)
this.custom_font_color = data.customFontColor;
if ('buttonType' in data)
this.button_type = data.buttonType;
if ('type' in data)
this.button_type = data.type;
if ('enabled' in data)
this.enabled = data.enabled;