From 67097751dba289fe284f1b448ec5600b6a615aec Mon Sep 17 00:00:00 2001 From: Maxim Kadushkin Date: Sun, 23 May 2021 20:04:26 +0300 Subject: [PATCH] [themes] fix method to set themes available --- apps/common/main/lib/controller/Themes.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/common/main/lib/controller/Themes.js b/apps/common/main/lib/controller/Themes.js index 9d72414a0..9647aa379 100644 --- a/apps/common/main/lib/controller/Themes.js +++ b/apps/common/main/lib/controller/Themes.js @@ -230,7 +230,7 @@ define([ }, setAvailable: function (value) { - this.locked = value; + this.locked = !value; }, map: function () {