crutch fix of the termbox_settings component to not crash the program

This commit is contained in:
Danyil Maiovskyi 2025-09-29 16:59:32 -07:00
parent ea623cbc14
commit 9ccd02571a

View file

@ -90,7 +90,7 @@ void component_text_pair(const char *key, const char *value)
void component_termbox_settings(void)
{
CLAY_AUTO_ID({
CLAY(CLAY_ID("Termbox Settings"), {
.floating = {
.attachTo = CLAY_ATTACH_TO_PARENT,
.zIndex = 1,