From 15fdbe2ae6fa80510607f65d88a54728f0667136 Mon Sep 17 00:00:00 2001 From: ByronEricPerez Date: Tue, 28 Jun 2022 14:14:35 -0300 Subject: [PATCH] bug fix in enable disable button --- static/app-strings.json | 1 + ui/component/wallpaper/view.jsx | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/static/app-strings.json b/static/app-strings.json index a8e046c71..86e065406 100644 --- a/static/app-strings.json +++ b/static/app-strings.json @@ -2314,5 +2314,6 @@ "Apply": "Apply", "24-hour clockss": "24-hour clockss", "background": "background", + "Disable background": "Disable background", "--end--": "--end--" } diff --git a/ui/component/wallpaper/view.jsx b/ui/component/wallpaper/view.jsx index 85da51513..11ef316ba 100644 --- a/ui/component/wallpaper/view.jsx +++ b/ui/component/wallpaper/view.jsx @@ -234,7 +234,7 @@ const Wallpaper = (props: Props) => {