skip add same request value on history argument enabled

This commit is contained in:
yggverse 2024-09-14 01:08:12 +03:00
parent a8c59d5642
commit 2c144c3182
5 changed files with 54 additions and 3 deletions

View file

@ -112,6 +112,10 @@ namespace app::browser::main::tab::page
const bool & UPDATE_MEMORY_INDEX
);
bool try_history_current(
Glib::ustring & request
);
bool try_history_forward(
Glib::ustring & request,
const bool & UPDATE_MEMORY_INDEX