mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 00:55:28 +00:00
rename methods
This commit is contained in:
parent
46582fbe63
commit
59b3f171e5
5 changed files with 21 additions and 22 deletions
|
|
@ -155,7 +155,7 @@ Browser::Browser(
|
|||
"main_tab_session_restore",
|
||||
[this]
|
||||
{
|
||||
browserMain->tab_restore();
|
||||
browserMain->tab_session_restore();
|
||||
}
|
||||
);
|
||||
|
||||
|
|
@ -163,7 +163,7 @@ Browser::Browser(
|
|||
"main_tab_session_save",
|
||||
[this]
|
||||
{
|
||||
browserMain->tab_save();
|
||||
browserMain->tab_session_save();
|
||||
}
|
||||
);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue