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

@ -22,7 +22,7 @@ impl Header {
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,
@ -38,7 +38,7 @@ impl Header {
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,