This commit is contained in:
Alexander Heldt
2025-11-30 21:45:55 +01:00
parent 033beb6b1f
commit 0025772177

View File

@@ -43,7 +43,7 @@ pub fn new() -> Layout {
let nodes =
dict.from_list([
#(
Section("Root"),
Root,
Node(
t: Container,
content: "Music Player",
@@ -140,7 +140,7 @@ pub fn render(layout: Layout) -> Nil {
container_top_left_x,
container_top_left_y,
0,
Section("Root"),
Root,
_,
ansi_renders,
)