mirror of
https://github.com/CommunityOx/ox_lib.git
synced 2026-08-17 23:16:03 +01:00
feat(interface): add locales for progress and radial menu (#509)
This commit is contained in:
@@ -193,7 +193,6 @@ function lib.clearRadialItems()
|
||||
if isOpen then
|
||||
refreshRadial()
|
||||
end
|
||||
|
||||
end
|
||||
|
||||
RegisterNUICallback('radialClick', function(index, cb)
|
||||
@@ -299,7 +298,7 @@ end
|
||||
|
||||
lib.addKeybind({
|
||||
name = 'ox_lib-radial',
|
||||
description = 'Open radial menu',
|
||||
description = locale('open_radial_menu'),
|
||||
defaultKey = 'z',
|
||||
onPressed = function()
|
||||
if isDisabled then return end
|
||||
|
||||
Reference in New Issue
Block a user