Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-03-10 | fixed toast errors having no background color | 0neGal | |
2022-02-08 | two toasts can now be added at the same time | 0neGal | |
There used to be an error where if you spawned two toasts simultaneously they'll get the same ID, this fixes that by upping the ID by one if the ID is already taken. | |||
2022-02-08 | added toasts | 0neGal | |
No functional toasts yet, just the code for them, I'll add the actual toasts later... |