rename methods

This commit is contained in:
yggverse 2024-09-04 02:36:30 +03:00
parent 43e89716ae
commit 761127c219
3 changed files with 8 additions and 8 deletions

View file

@ -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
);