mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-02 17:45:28 +00:00
rename methods
This commit is contained in:
parent
43e89716ae
commit
761127c219
3 changed files with 8 additions and 8 deletions
|
|
@ -40,12 +40,12 @@ namespace app::browser::main::tab::page::navbar
|
|||
History();
|
||||
|
||||
// Actions
|
||||
bool back(
|
||||
bool try_back(
|
||||
Memory & match,
|
||||
bool follow = true
|
||||
);
|
||||
|
||||
bool forward(
|
||||
bool try_forward(
|
||||
Memory & match,
|
||||
bool follow = true
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue