Move feedback to overflow menu and help menu
This commit is contained in:
parent
bb721a08f5
commit
e45104a1c0
5 changed files with 17 additions and 7 deletions
|
@ -140,6 +140,7 @@ pub fn menus() -> Vec<Menu<'static>> {
|
|||
MenuItem::action("View Telemetry Log", crate::OpenTelemetryLog),
|
||||
MenuItem::action("View Dependency Licenses", crate::OpenLicenses),
|
||||
MenuItem::separator(),
|
||||
MenuItem::action("Give us feedback", feedback::feedback_editor::GiveFeedback),
|
||||
MenuItem::action(
|
||||
"Copy System Specs Into Clipboard",
|
||||
feedback::CopySystemSpecsIntoClipboard,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue