mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 00:55:28 +00:00
rename action methods
This commit is contained in:
parent
41650a9775
commit
3760d50769
3 changed files with 6 additions and 7 deletions
|
|
@ -16,8 +16,8 @@ Browser::Browser(
|
|||
browserMain->update();
|
||||
|
||||
browserHeader->update(
|
||||
browserMain->get_current_tab_page_title(),
|
||||
browserMain->get_current_tab_page_description()
|
||||
browserMain->get_tab_page_title(),
|
||||
browserMain->get_tab_page_description()
|
||||
);
|
||||
}
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue