mirror of
https://github.com/CommunityOx/ox_lib.git
synced 2026-08-17 06:56:03 +01:00
feat(web/circleprogress): add optional label (#33)
* feat(circle progress label) * refactor(circleprogress): wrap in flex
This commit is contained in:
@@ -128,7 +128,8 @@ function lib.progressCircle(data)
|
||||
action = 'circleProgress',
|
||||
data = {
|
||||
duration = data.duration,
|
||||
position = data.position
|
||||
position = data.position,
|
||||
label = data.label
|
||||
}
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user