mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 00:55:28 +00:00
move debug menu item to the tool submenu, draft open profile dir action
This commit is contained in:
parent
c8d0b7151e
commit
82219c01b9
5 changed files with 41 additions and 21 deletions
|
|
@ -16,7 +16,8 @@ pub struct Header {
|
|||
impl Header {
|
||||
// Construct
|
||||
pub fn new(
|
||||
action_debug: Arc<SimpleAction>,
|
||||
action_tool_debug: Arc<SimpleAction>,
|
||||
action_tool_profile_directory: Arc<SimpleAction>,
|
||||
action_quit: Arc<SimpleAction>,
|
||||
action_tab_append: Arc<SimpleAction>,
|
||||
action_tab_close: Arc<SimpleAction>,
|
||||
|
|
@ -29,7 +30,8 @@ impl Header {
|
|||
) -> Self {
|
||||
// Init components
|
||||
let tray = Tray::new(
|
||||
action_debug,
|
||||
action_tool_debug,
|
||||
action_tool_profile_directory,
|
||||
action_quit,
|
||||
action_tab_append,
|
||||
action_tab_close,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue