mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-10-17 15:21:50 +00:00
inspector: needs to call new PageList.maxSize func
This commit is contained in:
@@ -528,7 +528,7 @@ fn renderScreenWindow(self: *Inspector) void {
|
||||
}
|
||||
{
|
||||
_ = cimgui.c.igTableSetColumnIndex(1);
|
||||
cimgui.c.igText("%d bytes", pages.max_size);
|
||||
cimgui.c.igText("%d bytes", pages.maxSize());
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user