diff --git a/www/routes.js b/www/routes.js index 1724da2..ce15c27 100644 --- a/www/routes.js +++ b/www/routes.js @@ -732,7 +732,7 @@ var routes = [ options: [ { value: "auto", - label: "Auto/System", + label: "Auto", selected: getStorage("apptheme") == null || getStorage("apptheme") == "auto" }, { @@ -754,18 +754,18 @@ var routes = [ options: [ { value: "auto", - label: "Auto", - selected: getStorage("animation") == null || getStorage("animation") == "auto" + label: "On", + selected: getStorage("animation") == null || getStorage("animation") == "auto" || getStorage("animation") == "on" }, +// { +// value: "on", +// label: "On", +// selected: getStorage("animation") == "on" +// }, { value: "off", label: "Off", selected: getStorage("animation") == "off" - }, - { - value: "on", - label: "On", - selected: getStorage("animation") == "on" } ] },