From a198048e44f0e9be61f56731c53699b29b9ad7cd Mon Sep 17 00:00:00 2001 From: RKBoss6 Date: Mon, 23 Jun 2025 15:50:06 -0400 Subject: [PATCH] Tap on ClockInfo to go to weather app --- apps/weather/clkinfo.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/apps/weather/clkinfo.js b/apps/weather/clkinfo.js index 4e526b977..2f36a600c 100644 --- a/apps/weather/clkinfo.js +++ b/apps/weather/clkinfo.js @@ -50,6 +50,7 @@ weatherLib.on("update", this.updater); }, hide: function () { weatherLib.removeListener("update", this.updater); } + ,run : function() {load("weather.app.js");} }, { name: "condition", @@ -61,6 +62,7 @@ weatherLib.on("update", this.updater); }, hide: function () { weatherLib.removeListener("update", this.updater); } + ,run : function() {load("weather.app.js");} }, { name: "temperature", @@ -72,6 +74,7 @@ weatherLib.on("update", this.updater); }, hide: function () { weatherLib.removeListener("update", this.updater); } + ,run : function() {load("weather.app.js");} }, { name: "humidity", @@ -83,6 +86,7 @@ weatherLib.on("update", this.updater); }, hide: function () { weatherLib.removeListener("update", this.updater); } + ,run : function() {load("weather.app.js");} }, { name: "wind", @@ -94,6 +98,7 @@ weatherLib.on("update", this.updater); }, hide: function () { weatherLib.removeListener("update", this.updater); } + ,run : function() {load("weather.app.js");} }, ] };