Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug(Nui): Following the shutdown handler function, nui focus is set to false #8

Open
RockySouthpaw opened this issue Dec 25, 2021 · 0 comments
Labels
bug Something isn't working needs confirmation

Comments

@RockySouthpaw
Copy link

Causes issues of where the mouse should be in use but is disabled by the loading screen ending.

Related to:

local function shutdownHandler()

Current solution is to remove the thread:

local function shutdownHandler()
    SendLoadingScreenMessage(json.encode({fullyLoaded = true}))
    ShutdownLoadingScreenNui(true)
end

Requires additional testing with different pc specs though before making a pull request. Adding it here for issue tracking.

Do note, this wasn't tested with the shutdown export and no convars were set.

@RockySouthpaw RockySouthpaw added bug Something isn't working needs confirmation labels Dec 25, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working needs confirmation
Projects
None yet
Development

No branches or pull requests

1 participant