From fdc634330520b9714c1011d9866c4d9d99e6cedf Mon Sep 17 00:00:00 2001 From: Julia Radzhabova Date: Thu, 22 Apr 2021 19:24:26 +0300 Subject: [PATCH] Fix bug --- apps/common/main/lib/view/Plugins.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/common/main/lib/view/Plugins.js b/apps/common/main/lib/view/Plugins.js index d607a1fdf..509ba3819 100644 --- a/apps/common/main/lib/view/Plugins.js +++ b/apps/common/main/lib/view/Plugins.js @@ -284,7 +284,7 @@ define([ parseIcons: function(icons) { if (icons.length && typeof icons[0] !== 'string') { - var theme = Common.UI.Themes.current().toLowerCase(), + var theme = Common.UI.Themes.currentThemeId().toLowerCase(), style = Common.UI.Themes.isDarkTheme() ? 'dark' : 'light', idx = -1; for (var i=0; i