mirror of
https://github.com/YGGverse/Yoda.git
synced 2025-03-12 05:31:06 +00:00
rename argument
This commit is contained in:
parent
99fb4a68c0
commit
8047b6ef48
@ -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…
x
Reference in New Issue
Block a user