mirror of
https://github.com/centau/vide.git
synced 2026-08-20 23:01: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,
|
||||
Text = props.Text,
|
||||
Callback = props.Callback
|
||||
Activated = props.Callback
|
||||
}
|
||||
end
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue