update history actions api

This commit is contained in:
yggverse 2024-09-05 22:04:01 +03:00
parent 9ef5b169d3
commit 0a09de1fdd
12 changed files with 106 additions and 109 deletions

View file

@ -63,8 +63,8 @@ namespace app::browser::main::tab
const bool & ADD_HISTORY
);
bool navigation_history_try_back();
bool navigation_history_try_forward();
void navigation_history_back();
void navigation_history_forward();
};
}