From 1e09c5b1985cd86b49fc3aaa69bb445ae2080d39 Mon Sep 17 00:00:00 2001 From: sillyangel Date: Wed, 25 Jun 2025 20:44:04 -0500 Subject: [PATCH] feat: simplify menu options by removing redundant items and adding quit functionality --- app/components/menu.tsx | 20 +------------------- 1 file changed, 1 insertion(+), 19 deletions(-) diff --git a/app/components/menu.tsx b/app/components/menu.tsx index 46e7435..841d92f 100644 --- a/app/components/menu.tsx +++ b/app/components/menu.tsx @@ -100,14 +100,7 @@ export function Menu({ toggleSidebar, isSidebarVisible, toggleStatusBar, isStatu Preferences ⌘, - - Hide Music ⌘H - - - Hide Others ⇧⌘H - - - + window.close()}> Quit Music ⌘Q @@ -254,17 +247,6 @@ export function Menu({ toggleSidebar, isSidebarVisible, toggleStatusBar, isStatu {isFullScreen ? "Exit Full Screen" : "Enter Full Screen"} - - - - Account - - Server Status - {connectionStatus} - - router.push('/settings')}> - Settings -