Fix: revert to default background opacity to 0
This commit is contained in:
parent
fa2efb1ac9
commit
6bc5f0f499
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue