fix: home menu rendering
This commit is contained in:
parent
b46e6edbca
commit
ea1ae2228e
1 changed files with 1 additions and 1 deletions
|
@ -332,7 +332,7 @@ pub fn render(self: *Self, theme: *const Widget.Theme) bool {
|
||||||
_ = self.plane.print("{s}", .{debug_warning_text}) catch return false;
|
_ = self.plane.print("{s}", .{debug_warning_text}) catch return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
const more = self.menu.render(theme);
|
const more = self.menu.container.render(theme);
|
||||||
return more or self.fire != null;
|
return more or self.fire != null;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue