Change menu align

Change menu align from `top-right` into `bottom-left`
This commit is contained in:
userMacieG
2020-04-14 18:55:48 +02:00
committed by GitHub
parent 98220cec20
commit 85e43a0229
+1 -1
View File
@@ -140,7 +140,7 @@ function OpenDMVSchoolMenu()
ESX.UI.Menu.Open('default', GetCurrentResourceName(), 'dmvschool_actions', {
title = _U('driving_school'),
elements = elements,
align = 'top-left'
align = 'bottom-right'
}, function(data, menu)
if data.current.value == 'theory_test' then
menu.close()