Web:Common:Store: change default theme

This commit is contained in:
Timofey Boyko 2021-12-29 23:14:21 +08:00
parent 0ad204743f
commit 441d8875ba

View File

@ -22,7 +22,7 @@ class SettingsStore {
currentProductId = '';
culture = 'en-US';
cultures = [];
theme = Base;
theme = !!localStorage.getItem('theme') ? themes[localStorage.getItem('theme')] : Base;
trustedDomains = [];
trustedDomainsType = 0;
trustedDomains = [];