Implement code changes to enhance functionality and improve performance
This commit is contained in:
@@ -95,9 +95,9 @@ export function Menu({ toggleSidebar, isSidebarVisible, toggleStatusBar, isStatu
|
||||
style={{
|
||||
minWidth: 0,
|
||||
WebkitAppRegion: "drag"
|
||||
} as any}
|
||||
} as React.CSSProperties}
|
||||
>
|
||||
<div style={{ WebkitAppRegion: "no-drag" } as any} className="flex items-center gap-2">
|
||||
<div style={{ WebkitAppRegion: "no-drag" } as React.CSSProperties} className="flex items-center gap-2">
|
||||
<MenubarMenu>
|
||||
<MenubarTrigger className="font-bold">mice</MenubarTrigger>
|
||||
<MenubarContent>
|
||||
|
||||
@@ -77,7 +77,7 @@ export default function MusicPage() {
|
||||
Recently Played
|
||||
</p>
|
||||
<p className="text-sm text-muted-foreground">
|
||||
Albums you've listened to recently.
|
||||
Albums you've listened to recently.
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
7859
package-lock.json
generated
Normal file
7859
package-lock.json
generated
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user