bug fix in enable disable button

This commit is contained in:
ByronEricPerez 2022-06-28 14:14:35 -03:00
parent 6aa914ab14
commit 15fdbe2ae6
2 changed files with 2 additions and 1 deletions

View file

@ -2314,5 +2314,6 @@
"Apply": "Apply",
"24-hour clockss": "24-hour clockss",
"background": "background",
"Disable background": "Disable background",
"--end--": "--end--"
}

View file

@ -234,7 +234,7 @@ const Wallpaper = (props: Props) => {
<div
className={'background-image'}
style={{
backgroundImage: background ? `url(${freeezepeach})` : `none`,
backgroundImage: background ? `none` : `url(${freeezepeach})`,
}}
/>
<div className={'theme'} />