Merge pull request #4 from RomainLanz/patch-1

fix(menu): add align property
This commit is contained in:
Jérémie N'gadi
2017-08-28 09:00:09 +02:00
committed by GitHub
+2 -1
View File
@@ -37,6 +37,7 @@ function ShowBillsMenu()
'default', GetCurrentResourceName(), 'billing',
{
title = _U('invoices'),
align = 'top-left',
elements = elements
},
function(data, menu)
@@ -71,4 +72,4 @@ Citizen.CreateThread(function()
end
end
end)
end)