mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 09:05:27 +00:00
draft history push method
This commit is contained in:
parent
8d74798edd
commit
8118613a1f
5 changed files with 28 additions and 0 deletions
|
|
@ -87,6 +87,11 @@ void Page::refresh()
|
|||
|
||||
void Page::update()
|
||||
{
|
||||
// Update navigation history
|
||||
pageNavbar->history_push(
|
||||
pageNavbar->get_request_text()
|
||||
);
|
||||
|
||||
// Update page extras
|
||||
set(
|
||||
pageNavbar->get_request_host(),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue