diff --git a/1/index.html b/1/index.html
index 951688da..19979799 100644
--- a/1/index.html
+++ b/1/index.html
@@ -1194,13 +1194,13 @@ var currentThemeValue = localStorage.getItem(THEME);
switch (currentThemeValue) {
case "light":
themeLight.checked = true;
- break;
- case "auto":
- themeAuto.checked = true;
+ themeAuto.checked = false;
break;
case "dark":
themeDark.checked = true;
+ themeAuto.checked = false;
break;
+ case "auto":
default:
themeAuto.checked = true;
}
@@ -1510,7 +1510,7 @@ switch (currentThemeValue) {
light
-
+
@@ -1524,6 +1524,6 @@ switch (currentThemeValue) {
-
+