mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 17:15:28 +00:00
pass add_history argument into the page update action
This commit is contained in:
parent
8047b6ef48
commit
0db64561f0
8 changed files with 31 additions and 18 deletions
|
|
@ -38,7 +38,10 @@ namespace app::browser
|
|||
void tab_close_right();
|
||||
void tab_close();
|
||||
|
||||
void tab_page_navigation_update();
|
||||
void tab_page_navigation_update(
|
||||
const bool & ADD_HISTORY
|
||||
);
|
||||
|
||||
bool tab_page_navigation_history_try_back();
|
||||
bool tab_page_navigation_history_try_forward();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue