1
0
Fork 0
mirror of https://github.com/Acamaeda/The-Modding-Tree.git synced 2025-05-11 04:21:09 +00:00

Fixed new option

This commit is contained in:
Harley White 2021-09-08 17:45:19 -04:00
parent f31e345f2f
commit 43ad19764b
3 changed files with 5 additions and 1 deletions
js/utils

View file

@ -223,6 +223,7 @@ function loadOptions() {
else
options = getStartOptions()
if (themes.indexOf(options.theme) < 0) theme = "default"
fixData(options, getStartOptions())
}