fix theme3hacks resetting theme to default-v2
This commit is contained in:
parent
6e50df6ad3
commit
50b1c5b640
|
@ -307,7 +307,7 @@ const config = {
|
||||||
applyConfig(state)
|
applyConfig(state)
|
||||||
}
|
}
|
||||||
if (name.startsWith('theme3hacks')) {
|
if (name.startsWith('theme3hacks')) {
|
||||||
dispatch('setTheme', { recompile: true })
|
dispatch('applyTheme', { recompile: true })
|
||||||
}
|
}
|
||||||
switch (name) {
|
switch (name) {
|
||||||
case 'theme':
|
case 'theme':
|
||||||
|
|
Loading…
Reference in a new issue