feat: requested selected item
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user