From 93c0c64cbd74b42df5b624d3f5d56582242e783c Mon Sep 17 00:00:00 2001 From: Azgaar Date: Sat, 19 Oct 2019 18:23:07 +0300 Subject: [PATCH] v1.11.12 --- index.html | 4 ++-- modules/ui/style.js | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) 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(); }