rename method

This commit is contained in:
yggverse 2024-09-04 20:51:14 +03:00
parent 004861a3d8
commit de40ed8892
5 changed files with 57 additions and 54 deletions

View file

@ -104,7 +104,7 @@ void Page::refresh(
void Page::update()
{
// Update navigation history
pageNavbar->history_push(
pageNavbar->history_add(
pageNavbar->get_request_text()
);