don't recompile if cache exists
This commit is contained in:
parent
82ca01ef71
commit
cd92eb56e0
1 changed files with 1 additions and 0 deletions
|
@ -230,6 +230,7 @@ const interfaceMod = {
|
||||||
// cache (tryLoadCache return true if load successful)
|
// cache (tryLoadCache return true if load successful)
|
||||||
if (!forceRecompile && !themeDebug && tryLoadCache()) {
|
if (!forceRecompile && !themeDebug && tryLoadCache()) {
|
||||||
commit('setThemeApplied')
|
commit('setThemeApplied')
|
||||||
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
const normalizeThemeData = (themeData) => {
|
const normalizeThemeData = (themeData) => {
|
||||||
|
|
Loading…
Add table
Reference in a new issue