initial bar rendering

This commit is contained in:
Luka Jankovic 2025-06-21 19:33:12 +02:00
parent b0087c772a
commit 7160e10228
7 changed files with 79 additions and 0 deletions

View file

@ -54,3 +54,7 @@ struct kubo_wall *kubo_context_get_pending_wall(struct kubo_context *context) {
return wall;
}
const char *kubo_context_get_label(enum kubo_context_state state) {
return kubo_context_labels[state];
}