mirror of
https://github.com/gethomepage/homepage.git
synced 2025-08-07 09:01:23 -04:00
Fix: revert to default background opacity to 0
This commit is contained in:
parent
fa2efb1ac9
commit
6bc5f0f499
@ -500,7 +500,7 @@ function Home({ initialSettings }) {
|
|||||||
export default function Wrapper({ initialSettings, fallback }) {
|
export default function Wrapper({ initialSettings, fallback }) {
|
||||||
const { theme } = useContext(ThemeContext);
|
const { theme } = useContext(ThemeContext);
|
||||||
let backgroundImage = "";
|
let backgroundImage = "";
|
||||||
let opacity = initialSettings?.backgroundOpacity ?? 1;
|
let opacity = initialSettings?.backgroundOpacity ?? 0;
|
||||||
let backgroundBlur = false;
|
let backgroundBlur = false;
|
||||||
let backgroundSaturate = false;
|
let backgroundSaturate = false;
|
||||||
let backgroundBrightness = false;
|
let backgroundBrightness = false;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user