mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-09-01 18:01:56 +00:00
Change menu align
Change menu align from `top-right` into `bottom-left`
This commit is contained in:
+1
-1
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user