From 836c8997cffe1cbdacbb53aa034a25a03f6ee4cd Mon Sep 17 00:00:00 2001 From: maxkadushkin Date: Sat, 4 Dec 2021 00:10:35 +0300 Subject: [PATCH] Update Themes.js --- 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 fa78162b3..1902c5b92 100644 --- a/apps/common/main/lib/controller/Themes.js +++ b/apps/common/main/lib/controller/Themes.js @@ -256,7 +256,7 @@ define([ $(window).on('storage', function (e) { if ( e.key == 'ui-theme' || e.key == 'ui-theme-id' ) { if ( !!e.originalEvent.newValue ) { - me.setTheme(t.originalEvent.newValue, true); + me.setTheme(e.originalEvent.newValue, true); } } else if ( e.key == 'content-theme' ) {