mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 17:15:28 +00:00
rename base to home
This commit is contained in:
parent
313122e5c3
commit
532ed65ed8
12 changed files with 61 additions and 67 deletions
|
|
@ -29,7 +29,7 @@ impl Item {
|
|||
tab_view: &TabView,
|
||||
// Actions
|
||||
action_tab_open: SimpleAction,
|
||||
action_page_base: SimpleAction,
|
||||
action_page_home: SimpleAction,
|
||||
action_page_history_back: SimpleAction,
|
||||
action_page_history_forward: SimpleAction,
|
||||
action_page_reload: SimpleAction,
|
||||
|
|
@ -47,7 +47,7 @@ impl Item {
|
|||
id.clone(),
|
||||
// Actions
|
||||
action_tab_open.clone(),
|
||||
action_page_base.clone(),
|
||||
action_page_home.clone(),
|
||||
action_page_history_back.clone(),
|
||||
action_page_history_forward.clone(),
|
||||
action_page_reload.clone(),
|
||||
|
|
@ -69,8 +69,8 @@ impl Item {
|
|||
}
|
||||
|
||||
// Actions
|
||||
pub fn page_navigation_base(&self) {
|
||||
self.page.navigation_base()
|
||||
pub fn page_navigation_home(&self) {
|
||||
self.page.navigation_home()
|
||||
}
|
||||
|
||||
pub fn page_navigation_history_back(&self) {
|
||||
|
|
@ -129,7 +129,7 @@ impl Item {
|
|||
app_browser_window_tab_id: &i64,
|
||||
// Actions
|
||||
action_tab_open: SimpleAction,
|
||||
action_page_base: SimpleAction,
|
||||
action_page_home: SimpleAction,
|
||||
action_page_history_back: SimpleAction,
|
||||
action_page_history_forward: SimpleAction,
|
||||
action_page_reload: SimpleAction,
|
||||
|
|
@ -145,7 +145,7 @@ impl Item {
|
|||
tab_view,
|
||||
// Actions
|
||||
action_tab_open.clone(),
|
||||
action_page_base.clone(),
|
||||
action_page_home.clone(),
|
||||
action_page_history_back.clone(),
|
||||
action_page_history_forward.clone(),
|
||||
action_page_reload.clone(),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue