Skip to content

Commit faaf5c9

Browse files
committed
Add: functionality to Menubar Quit
1 parent 124f0ca commit faaf5c9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/components/menu.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,7 @@ export function Menu() {
6868
Hide Others... <MenubarShortcut>⇧⌘H</MenubarShortcut>
6969
</MenubarItem>
7070
<MenubarShortcut />
71-
<MenubarItem>
72-
{/*onClick={closeWindow}*/}
71+
<MenubarItem onClick={closeWindow}>
7372
Quit Music <MenubarShortcut>⌘Q</MenubarShortcut>
7473
</MenubarItem>
7574
</MenubarContent>

0 commit comments

Comments
 (0)