mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 00:55:28 +00:00
rename profile directory action
This commit is contained in:
parent
472aadb9d3
commit
b1f30fbd1e
6 changed files with 14 additions and 16 deletions
|
|
@ -17,7 +17,7 @@ impl Header {
|
|||
pub fn new_arc(
|
||||
// Actions
|
||||
action_tool_debug: Arc<SimpleAction>,
|
||||
action_tool_profile_directory: Arc<SimpleAction>,
|
||||
action_tool_profile: Arc<SimpleAction>,
|
||||
action_quit: Arc<SimpleAction>,
|
||||
action_tab_append: Arc<SimpleAction>,
|
||||
action_tab_close: Arc<SimpleAction>,
|
||||
|
|
@ -33,7 +33,7 @@ impl Header {
|
|||
// Init components
|
||||
let bar = Bar::new_arc(
|
||||
action_tool_debug,
|
||||
action_tool_profile_directory,
|
||||
action_tool_profile,
|
||||
action_quit,
|
||||
action_tab_append,
|
||||
action_tab_close,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue