From 04efbcc7818b5ef372ba32403e53899d31518678 Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Sat, 28 Jun 2025 22:37:11 +1000 Subject: internal: make weather reload on creation Cause loadered --- modules/dashboard/dash/Weather.qml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'modules/dashboard') diff --git a/modules/dashboard/dash/Weather.qml b/modules/dashboard/dash/Weather.qml index 24c7e00..cc19385 100644 --- a/modules/dashboard/dash/Weather.qml +++ b/modules/dashboard/dash/Weather.qml @@ -11,10 +11,7 @@ Item { implicitWidth: icon.implicitWidth + info.implicitWidth + info.anchors.leftMargin - onVisibleChanged: { - if (visible) - Weather.reload(); - } + Component.onCompleted: Weather.reload() MaterialIcon { id: icon -- cgit v1.2.3-freya