Added checkbox to enable/disable background #7630
2 changed files with 2 additions and 1 deletions
|
@ -2314,5 +2314,6 @@
|
||||||
"Apply": "Apply",
|
"Apply": "Apply",
|
||||||
"24-hour clockss": "24-hour clockss",
|
"24-hour clockss": "24-hour clockss",
|
||||||
"background": "background",
|
"background": "background",
|
||||||
|
"Disable background": "Disable background",
|
||||||
"--end--": "--end--"
|
"--end--": "--end--"
|
||||||
}
|
}
|
||||||
|
|
|
@ -234,7 +234,7 @@ const Wallpaper = (props: Props) => {
|
||||||
<div
|
<div
|
||||||
className={'background-image'}
|
className={'background-image'}
|
||||||
style={{
|
style={{
|
||||||
backgroundImage: background ? `url(${freeezepeach})` : `none`,
|
backgroundImage: background ? `none` : `url(${freeezepeach})`,
|
||||||
}}
|
}}
|
||||||
/>
|
/>
|
||||||
<div className={'theme'} />
|
<div className={'theme'} />
|
||||||
|
|
Loading…
Reference in a new issue