Add welcome to menu
remove debug
This commit is contained in:
parent
daed75096e
commit
20064b5629
2 changed files with 3 additions and 8 deletions
|
@ -139,6 +139,7 @@ pub fn menus() -> Vec<Menu<'static>> {
|
|||
MenuItem::separator(),
|
||||
MenuItem::action("View Telemetry", crate::OpenTelemetryLog),
|
||||
MenuItem::action("View Dependency Licenses", crate::OpenLicenses),
|
||||
MenuItem::action("Show Welcome", workspace::Welcome),
|
||||
MenuItem::separator(),
|
||||
MenuItem::action(
|
||||
"Copy System Specs Into Clipboard",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue