rename base to home

This commit is contained in:
yggverse 2024-11-01 03:14:11 +02:00
parent 313122e5c3
commit 532ed65ed8
12 changed files with 61 additions and 67 deletions

View file

@ -25,7 +25,7 @@ impl Bar {
action_page_new: SimpleAction,
action_page_close: SimpleAction,
action_page_close_all: SimpleAction,
action_page_base: SimpleAction,
action_page_home: SimpleAction,
action_page_history_back: SimpleAction,
action_page_history_forward: SimpleAction,
action_page_reload: SimpleAction,
@ -42,7 +42,7 @@ impl Bar {
action_page_new,
action_page_close,
action_page_close_all,
action_page_base,
action_page_home,
action_page_history_back,
action_page_history_forward,
action_page_reload,

View file

@ -23,7 +23,7 @@ impl Menu {
action_page_new: SimpleAction,
action_page_close: SimpleAction,
action_page_close_all: SimpleAction,
action_page_base: SimpleAction,
action_page_home: SimpleAction,
action_page_history_back: SimpleAction,
action_page_history_forward: SimpleAction,
action_page_reload: SimpleAction,
@ -40,7 +40,7 @@ impl Menu {
// Main > Page > Navigation
let main_page_navigation = gio::Menu::new();
main_page_navigation.append(Some("Base"), Some(&detailed_action_name(action_page_base)));
main_page_navigation.append(Some("Home"), Some(&detailed_action_name(action_page_home)));
// Main > Page > Navigation > History
let main_page_navigation_history = gio::Menu::new();