Skip to content

Commit 53dabc8

Browse files
committed
fix: pip opening on startup
1 parent b4985c9 commit 53dabc8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/components/pip/PIPContents.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ import cx from '@cx';
88
import { useCallback, useState } from 'react';
99
import { useStore } from 'zustand';
1010

11-
tempStore.getState().openPiP();
1211
const PIPContents: React.FC = () => {
1312
const [isHovered, setIsHovered] = useState(false);
1413
const { pipShowMetadata, hideStatus } = useStore(appStore, (s) => s.lyrics);

0 commit comments

Comments
 (0)