diff options
| author | Henry Jameson <me@hjkos.com> | 2018-11-22 04:37:49 +0300 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2018-11-22 04:37:49 +0300 |
| commit | 631b8433c04799a04da5369273f5d1861a346739 (patch) | |
| tree | ef20b0279848e8108acb1cd25e929ae0b5c4a165 /src/components/style_switcher/style_switcher.js | |
| parent | 324aadb7c180baf51e77d08058683c7e256bfcfb (diff) | |
bundling v2 themes works
Diffstat (limited to 'src/components/style_switcher/style_switcher.js')
| -rw-r--r-- | src/components/style_switcher/style_switcher.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/components/style_switcher/style_switcher.js b/src/components/style_switcher/style_switcher.js index 2af77a85..710694d4 100644 --- a/src/components/style_switcher/style_switcher.js +++ b/src/components/style_switcher/style_switcher.js @@ -447,6 +447,8 @@ export default { this.cGreenColorLocal = this.selected[6] this.cBlueColorLocal = this.selected[7] this.cOrangeColorLocal = this.selected[8] + } else if (this.selectedVersion >= 2) { + this.normalizeLocalState(this.selected.theme, 2) } } } |
