Add 'view dependency licenses' item to Help appication menu

This commit is contained in:
Max Brunsfeld 2023-01-26 09:53:46 -08:00
parent a4d9d6c750
commit 1c572fd86e

View file

@ -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",