mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 09:05:27 +00:00
rename argument
This commit is contained in:
parent
99fb4a68c0
commit
8047b6ef48
2 changed files with 3 additions and 3 deletions
|
|
@ -75,10 +75,10 @@ void Page::refresh(
|
|||
}
|
||||
|
||||
void Page::navigation_update(
|
||||
const bool & HISTORY
|
||||
const bool & ADD_HISTORY
|
||||
) {
|
||||
// Update navigation history
|
||||
if (HISTORY)
|
||||
if (ADD_HISTORY)
|
||||
{
|
||||
pageNavigation->history_add(
|
||||
pageNavigation->get_request_text()
|
||||
|
|
|
|||
|
|
@ -60,7 +60,7 @@ namespace app::browser::main::tab
|
|||
);
|
||||
|
||||
void navigation_update(
|
||||
const bool & HISTORY = false
|
||||
const bool & ADD_HISTORY = false
|
||||
);
|
||||
|
||||
bool navigation_history_try_back();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue