We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
For example love.window.restore caused some issues for love-atom, because the empty variants table was omitted.
love.window.restore
{ name = 'restore', description = 'Restores the size and position of the window if it was minimized or maximized.', variants = { {} } },
@positive07 Maybe you have some time to take a look at this? :)
The text was updated successfully, but these errors were encountered:
Would it be a good idea to just do #45 and make a simple test thingy that loops over what needs to be there?
Sorry, something went wrong.
No branches or pull requests
For example
love.window.restore
caused some issues for love-atom, because the empty variants table was omitted.@positive07 Maybe you have some time to take a look at this? :)
The text was updated successfully, but these errors were encountered: