rename update action method

This commit is contained in:
yggverse 2024-09-05 16:48:28 +03:00
parent d63ba8f1ad
commit c3df2818c6
7 changed files with 45 additions and 44 deletions

View file

@ -84,7 +84,7 @@ void Page::refresh(
);
}
void Page::update(
void Page::navigation_update(
const bool & HISTORY
) {
// Update navigation history
@ -244,7 +244,7 @@ void Page::update(
"gemini://" + pageNavigation->get_request_text()
);
update();
navigation_update();
}
else