Add 'view dependency licenses' item to Help appication menu
This commit is contained in:
parent
a4d9d6c750
commit
1c572fd86e
1 changed files with 4 additions and 0 deletions
|
@ -337,6 +337,10 @@ pub fn menus() -> Vec<Menu<'static>> {
|
|||
name: "View Telemetry Log",
|
||||
action: Box::new(crate::OpenTelemetryLog),
|
||||
},
|
||||
MenuItem::Action {
|
||||
name: "View Dependency Licenses",
|
||||
action: Box::new(crate::OpenLicenses),
|
||||
},
|
||||
MenuItem::Separator,
|
||||
MenuItem::Action {
|
||||
name: "Copy System Specs Into Clipboard",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue