fix theme3hacks resetting theme to default-v2

This commit is contained in:
Henry Jameson 2024-12-22 16:49:42 +02:00
parent 6e50df6ad3
commit 50b1c5b640

View file

@ -307,7 +307,7 @@ const config = {
applyConfig(state)
}
if (name.startsWith('theme3hacks')) {
dispatch('setTheme', { recompile: true })
dispatch('applyTheme', { recompile: true })
}
switch (name) {
case 'theme':