diff --git a/src/features/game/components/desktop/desktop-status.tsx b/src/features/game/components/desktop/desktop-status.tsx index 0a2f74a..3dfa83b 100644 --- a/src/features/game/components/desktop/desktop-status.tsx +++ b/src/features/game/components/desktop/desktop-status.tsx @@ -17,7 +17,7 @@ import { DesktopCountdown } from '@/features/game/components/desktop/desktop-cou import { useGameStatusVm } from '@/hooks/use-game-status-vm.ts' import { cn } from '@/lib/utils.ts' -const FORCE_DESKTOP_STREAK_EFFECT_PREVIEW = true +const FORCE_DESKTOP_STREAK_EFFECT_PREVIEW = false export function DesktopStatusLine() { const { t } = useTranslation()