diff --git a/src-tauri/resources/DLC/Emerald Skin Pack/Skins1.pck b/src-tauri/resources/DLC/Emerald Skin Pack/Skins1.pck index 3f2a5ab..d4316f5 100644 Binary files a/src-tauri/resources/DLC/Emerald Skin Pack/Skins1.pck and b/src-tauri/resources/DLC/Emerald Skin Pack/Skins1.pck differ diff --git a/src/components/common/PanoramaBackground.tsx b/src/components/common/PanoramaBackground.tsx index a55828b..5dbebf6 100644 --- a/src/components/common/PanoramaBackground.tsx +++ b/src/components/common/PanoramaBackground.tsx @@ -1,5 +1,5 @@ import React, { useEffect, useRef, useState } from "react"; -import { useUI } from "../../context/LauncherContext"; + interface PanoramaProps { profile: string; @@ -7,7 +7,6 @@ interface PanoramaProps { } const PanoramaBackground = React.memo(({ profile, isDay }: PanoramaProps) => { - const { isWindowVisible } = useUI(); const baseId = profile; const profileId = baseId ? baseId : "vanilla_tu19"; const isCustomUrl = profile.startsWith("data:") || profile.startsWith("blob:"); @@ -54,18 +53,16 @@ const PanoramaBackground = React.memo(({ profile, isDay }: PanoramaProps) => { ref={containerRef} className="absolute inset-0 overflow-hidden pointer-events-none transition-opacity duration-500" > - {isWindowVisible && ( -
- )} +
diff --git a/src/components/views/CreditsView.tsx b/src/components/views/CreditsView.tsx index bcc8360..1dfda28 100644 --- a/src/components/views/CreditsView.tsx +++ b/src/components/views/CreditsView.tsx @@ -50,7 +50,7 @@ const CreditsView = memo(function CreditsView() { "raymanroy", "fin", "liugu", - "Zrox2013 (Zameras2013)", + "Zrox2013 (Zamers2013)", "kierwa", "cartox", "necmi",