Fix: revert to default background opacity to 0

This commit is contained in:
shamoon 2025-07-29 21:37:17 -04:00
parent fa2efb1ac9
commit 6bc5f0f499
No known key found for this signature in database

View File

@ -500,7 +500,7 @@ function Home({ initialSettings }) {
export default function Wrapper({ initialSettings, fallback }) {
const { theme } = useContext(ThemeContext);
let backgroundImage = "";
let opacity = initialSettings?.backgroundOpacity ?? 1;
let opacity = initialSettings?.backgroundOpacity ?? 0;
let backgroundBlur = false;
let backgroundSaturate = false;
let backgroundBrightness = false;