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