feat: requested selected item

This commit is contained in:
2025-05-27 11:23:47 +02:00
parent 426ce71be4
commit f4acf951d4
3 changed files with 103 additions and 37 deletions

View File

@@ -227,7 +227,7 @@ const Model = struct {
break :colors .{ fg, bg };
};
const text = try ctx.arena.dupe(u8, child.fullName.path);
const text = try ctx.arena.dupe(u8, child.displayName);
const text_element = try ctx.arena.create(vxfw.Text);
text_element.* = vxfw.Text{
.text = text,