diff --git a/index.html b/index.html index 8087fc25..ac4c045e 100644 --- a/index.html +++ b/index.html @@ -971,10 +971,10 @@
Style preset:
diff --git a/modules/ui/style.js b/modules/ui/style.js index 625bf713..0bad58ed 100644 --- a/modules/ui/style.js +++ b/modules/ui/style.js @@ -659,6 +659,7 @@ function applyStyleOnLoad() { stylePreset.value = preset; stylePreset.dataset.old = preset; } else { + stylePreset.value = "styleDefault"; stylePreset.dataset.old = preset; applyDefaultStyle(); }