From c7333af6648f2463956a21d9a4b69020ffd1b8b8 Mon Sep 17 00:00:00 2001 From: xanning <119341546+xanning@users.noreply.github.com> Date: Fri, 8 May 2026 13:47:22 +0300 Subject: [PATCH] remove Tips (comment out) because it's outdated and unnecessary, for a cleaner looking loading page --- src/pages/parts/player/PlayerPart.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pages/parts/player/PlayerPart.tsx b/src/pages/parts/player/PlayerPart.tsx index dfa1d3fbd..389a152fb 100644 --- a/src/pages/parts/player/PlayerPart.tsx +++ b/src/pages/parts/player/PlayerPart.tsx @@ -18,7 +18,7 @@ import { usePlayerStore } from "@/stores/player/store"; import { usePreferencesStore } from "@/stores/preferences"; import { useWatchPartyStore } from "@/stores/watchParty"; -import { ScrapingPartInterruptButton, Tips } from "./ScrapingPart"; +import { ScrapingPartInterruptButton} from "./ScrapingPart"; export interface PlayerPartProps { children?: ReactNode; @@ -174,7 +174,7 @@ export function PlayerPart(props: PlayerPartProps) { - {status !== playerStatus.PLAYING && !manualSourceSelection && } + {/*status !== playerStatus.PLAYING && !manualSourceSelection && */}
{status === playerStatus.SCRAPING ? (