Move feedback to overflow menu and help menu

This commit is contained in:
Mikayla Maki 2023-03-10 12:48:11 -08:00
parent bb721a08f5
commit e45104a1c0
5 changed files with 17 additions and 7 deletions

View file

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