feat(settings): notification position

This commit is contained in:
Linden
2024-04-12 09:45:49 +10:00
parent 2569518602
commit 468a4d820f
31 changed files with 387 additions and 37 deletions

View File

@@ -11,9 +11,6 @@ function lib.getLocaleKey() return settings.locale end
---@param key string
function lib.setLocale(key)
settings.locale = key
SetResourceKvp('locale', key)
TriggerEvent('ox_lib:setLocale', key)
SendNUIMessage({
action = 'setLocale',