This commit is contained in:
sanjayk03-dev
2024-09-04 20:30:28 +05:30
parent 3f39833953
commit 1028a63ae1
2 changed files with 1 additions and 2 deletions

View File

@@ -189,7 +189,6 @@ module.exports = {
change_time_format: async function () { change_time_format: async function () {
try { try {
this.config.admin.time_format = !this.config.admin.time_format;
await api.put("config/save", this.config); await api.put("config/save", this.config);
} catch (error) { } catch (error) {
console.error("Update failed:", error); console.error("Update failed:", error);

View File

@@ -110,5 +110,5 @@ script#admin-general-view-template(type="text/x-template")
.tip .tip
strong Note: strong Note:
br br
| Internet connected controllers times is set automatically. | Internet connected controllers time is set automatically.
| Non-internet connected controllers will need to set time manually on every boot up. | Non-internet connected controllers will need to set time manually on every boot up.