docs: Latest 1.7 docs suggests their is a Basalt.setTheme()
#54
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
** Where? **
d4c72514ef/docs/objects/Basalt.md (LL29C45-L29C45)As the title says, the docs contain a

Basalt.setTheme()function which appears to no longer exist.When I load Basalt and run the
Basalt.setTheme()from the Lua prompt (or any other file) I get the following error (even if I pass a correct table):** Possible solutions **
setTheme()function.** Others **
I have downloaded the recent
Minified/Packed Versiona few minutes ago.** Checklist **
[ X ] I am looking at the latest version of the docs.
Hello and thank you! I made a small mistake in my code which made setTheme and getTheme not public. Also fixed a small bug when using themes. This is fixed here: 6c235b0
Yes, that worked now.