mirror of
https://github.com/centau/vide.git
synced 2026-08-20 14:41:37 +00:00
Changed callback to activated event
This commit is contained in:
parent
2a3e60581f
commit
b8f32027d7
1 changed files with 1 additions and 1 deletions
|
|
@ -19,7 +19,7 @@ local function Button(props: {
|
||||||
|
|
||||||
Position = props.Position,
|
Position = props.Position,
|
||||||
Text = props.Text,
|
Text = props.Text,
|
||||||
Callback = props.Callback
|
Activated = props.Callback
|
||||||
}
|
}
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue