mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-08-30 01:38:52 +00:00
Proper aligment, added dependency
This commit is contained in:
@@ -28,3 +28,5 @@ client_scripts {
|
||||
'config.lua',
|
||||
'client/main.lua'
|
||||
}
|
||||
|
||||
dependency 'es_extended'
|
||||
+1
-1
@@ -104,7 +104,7 @@ function OpenMenu(submitCb, cancelCb, restrict)
|
||||
end, function(data, menu)
|
||||
ESX.UI.Menu.Open('default', GetCurrentResourceName(), 'confirm_escape', {
|
||||
title = _U('confirm_escape'),
|
||||
align = 'bottom-right',
|
||||
align = 'top-left',
|
||||
elements = {
|
||||
{label = _U('no'), value = 'no'},
|
||||
{label = _U('yes'), value = 'yes'}
|
||||
|
||||
Reference in New Issue
Block a user